From 710c8b9499eedca4f0f613638fd12f98bdf214d7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 27 Jan 2022 18:47:33 +0000 Subject: [PATCH] 0.54.0-debian-10-r0 release --- bitnami/prometheus-operator/0/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/prometheus-operator/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/prometheus-operator/0/debian-10/Dockerfile b/bitnami/prometheus-operator/0/debian-10/Dockerfile index b9fb514aefec..665523278067 100644 --- a/bitnami/prometheus-operator/0/debian-10/Dockerfile +++ b/bitnami/prometheus-operator/0/debian-10/Dockerfile @@ -9,10 +9,10 @@ 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.53.1-4-linux-amd64-debian-10.tar.gz && \ - echo "8fdfcac5bcceb48e566fd1c6da6a58e14d655e323e03bc0b19b2612df2b97a0e /tmp/bitnami/pkg/cache/prometheus-operator-0.53.1-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.53.1-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-operator-0.53.1-4-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-operator-0.54.0-0-linux-amd64-debian-10.tar.gz && \ + echo "bfa3d5ab7bf8f562afdf10cb0481bb6f1e04e30096ffced31f442088266f8054 /tmp/bitnami/pkg/cache/prometheus-operator-0.54.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-operator-0.54.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.54.0-0-linux-amd64-debian-10.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -20,7 +20,7 @@ RUN ln -sf /opt/bitnami/prometheus-operator/bin/prometheus-config-reloader /bin/ RUN ln -sf /opt/bitnami/prometheus-operator/bin/operator /bin/operator ENV BITNAMI_APP_NAME="prometheus-operator" \ - BITNAMI_IMAGE_VERSION="0.53.1-debian-10-r36" \ + BITNAMI_IMAGE_VERSION="0.54.0-debian-10-r0" \ PATH="/opt/bitnami/prometheus-operator/bin:$PATH" EXPOSE 8080 diff --git a/bitnami/prometheus-operator/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus-operator/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 9b686b331d93..1a19771eb732 100644 --- a/bitnami/prometheus-operator/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus-operator/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "prometheus-operator": { "arch": "amd64", - "digest": "8fdfcac5bcceb48e566fd1c6da6a58e14d655e323e03bc0b19b2612df2b97a0e", + "digest": "bfa3d5ab7bf8f562afdf10cb0481bb6f1e04e30096ffced31f442088266f8054", "distro": "debian-10", "type": "NAMI", - "version": "0.53.1-4" + "version": "0.54.0-0" } } \ No newline at end of file diff --git a/bitnami/prometheus-operator/README.md b/bitnami/prometheus-operator/README.md index ec16ce9310c5..37200ec95604 100644 --- a/bitnami/prometheus-operator/README.md +++ b/bitnami/prometheus-operator/README.md @@ -39,7 +39,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.53.1`, `0.53.1-debian-10-r36`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.53.1-debian-10-r36/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.54.0`, `0.54.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus-operator/blob/0.54.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).