diff --git a/bitnami/prometheus/2/debian-10/Dockerfile b/bitnami/prometheus/2/debian-10/Dockerfile index 3f0c0d83e89d..ef29a1483fe2 100644 --- a/bitnami/prometheus/2/debian-10/Dockerfile +++ b/bitnami/prometheus/2/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-2.33.4-1-linux-amd64-debian-10.tar.gz && \ - echo "f8a5c287b1ab1f33f4ab4298641261945fdc9fa1480286d5940bca3f3e4d2725 /tmp/bitnami/pkg/cache/prometheus-2.33.4-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.33.4-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/prometheus-2.33.4-1-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.33.5-0-linux-amd64-debian-10.tar.gz && \ + echo "38c158b0bbe527a48ffdcd9fd0f5b3e70d9712ba161bfe6d351af5be78f7fa7d /tmp/bitnami/pkg/cache/prometheus-2.33.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.33.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/prometheus-2.33.5-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 @@ -22,7 +22,7 @@ RUN chown -R 1001:1001 /opt/bitnami/prometheus RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.33.4-debian-10-r13" \ + BITNAMI_IMAGE_VERSION="2.33.5-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 8c6f36721f21..fbf82f575886 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": "f8a5c287b1ab1f33f4ab4298641261945fdc9fa1480286d5940bca3f3e4d2725", + "digest": "38c158b0bbe527a48ffdcd9fd0f5b3e70d9712ba161bfe6d351af5be78f7fa7d", "distro": "debian-10", "type": "NAMI", - "version": "2.33.4-1" + "version": "2.33.5-0" } } \ No newline at end of file diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index b1c442261c55..654ccca026cd 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -35,7 +35,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.33.4`, `2.33.4-debian-10-r13`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.33.4-debian-10-r13/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.33.5`, `2.33.5-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.33.5-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).