0.52.0-debian-10-r0 release
This commit is contained in:
parent
848b01b7b1
commit
c6520fce2b
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.51.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "31cd7e19c000e8e3a7784f88030b3acf5d16d6e40b8edffdea84e9910e36d629 /tmp/bitnami/pkg/cache/prometheus-operator-0.51.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.51.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.51.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.52.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "438cb303eb81c6ad05586bab899f780f4fabc4029b3fcc629392414b0f260325 /tmp/bitnami/pkg/cache/prometheus-operator-0.52.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.52.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.52.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/prometheus-config-reloader
|
||||
RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator
|
||||
|
||||
ENV BITNAMI_APP_NAME="prometheus-operator" \
|
||||
BITNAMI_IMAGE_VERSION="0.51.2-debian-10-r28" \
|
||||
BITNAMI_IMAGE_VERSION="0.52.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/prometheus-operator/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"prometheus-operator": {
|
||||
"arch": "amd64",
|
||||
"digest": "31cd7e19c000e8e3a7784f88030b3acf5d16d6e40b8edffdea84e9910e36d629",
|
||||
"digest": "438cb303eb81c6ad05586bab899f780f4fabc4029b3fcc629392414b0f260325",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.51.2-0"
|
||||
"version": "0.52.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-10`, `0.51.2`, `0.51.2-debian-10-r28`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.51.2-debian-10-r28/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.52.0`, `0.52.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.52.0-debian-10-r0/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/prometheus-operator GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus-operator).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue