diff --git a/bitnami/prometheus/2/debian-10/Dockerfile b/bitnami/prometheus/2/debian-10/Dockerfile index 573731e6363d..9eb45dcd48f3 100644 --- a/bitnami/prometheus/2/debian-10/Dockerfile +++ b/bitnami/prometheus/2/debian-10/Dockerfile @@ -9,17 +9,17 @@ 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-2.30.2-0-linux-amd64-debian-10.tar.gz && \ - echo "8743488ef12c3b33f2c1d9989b4f25751b37f289a951c9e32aa4d13746352285 /tmp/bitnami/pkg/cache/prometheus-2.30.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.30.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.30.2-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.30.3-0-linux-amd64-debian-10.tar.gz && \ + echo "ea37cba552bdd14fb5cfdbdf8619ac76af2e35aa62d6853c0fe24b9cbf6c7d08 /tmp/bitnami/pkg/cache/prometheus-2.30.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.30.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.30.3-0-linux-amd64-debian-10.tar.gz RUN chmod g+rwX /opt/bitnami RUN ln -sf /opt/bitnami/prometheus/conf /etc/prometheus RUN ln -sf /opt/bitnami/prometheus/data /prometheus RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r3" \ + BITNAMI_IMAGE_VERSION="2.30.3-debian-10-r0" \ PATH="/opt/bitnami/prometheus/bin:$PATH" EXPOSE 9090 diff --git a/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 469f8fe21df9..38ca35de4a5d 100644 --- a/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/prometheus/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "prometheus": { "arch": "amd64", - "digest": "8743488ef12c3b33f2c1d9989b4f25751b37f289a951c9e32aa4d13746352285", + "digest": "ea37cba552bdd14fb5cfdbdf8619ac76af2e35aa62d6853c0fe24b9cbf6c7d08", "distro": "debian-10", "type": "NAMI", - "version": "2.30.2-0" + "version": "2.30.3-0" } } \ No newline at end of file diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index bd584b2503bd..76f1b46fb103 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom 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/). -* [`2`, `2-debian-10`, `2.30.2`, `2.30.2-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.30.2-debian-10-r3/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.30.3`, `2.30.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.30.3-debian-10-r0/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).