2.37.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-14 22:56:54 +00:00
committed by Bitnami Containers
parent 5bd2e2b5ff
commit 4862187b43
3 changed files with 8 additions and 8 deletions

View File

@@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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.36.2-1-linux-amd64-debian-11.tar.gz && \
echo "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525 /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.36.2-1-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.37.0-0-linux-amd64-debian-11.tar.gz && \
echo "4f3fe5f2dfc9c9ba47de1604296fbd7351e80c337f763d816e107471e4f033c1 /tmp/bitnami/pkg/cache/prometheus-2.37.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.37.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.37.0-0-linux-amd64-debian-11.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/data /prometheus
RUN chown -R 1001:1001 /opt/bitnami/prometheus
RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/
ENV APP_VERSION="2.36.2" \
ENV APP_VERSION="2.37.0" \
BITNAMI_APP_NAME="prometheus" \
PATH="/opt/bitnami/prometheus/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "b34188f2e823b4b8e226caa51186917e8a68b49ade15094f7eb5531e78f7e525",
"digest": "4f3fe5f2dfc9c9ba47de1604296fbd7351e80c337f763d816e107471e4f033c1",
"distro": "debian-11",
"type": "NAMI",
"version": "2.36.2-1"
"version": "2.37.0-0"
}
}

View File

@@ -32,7 +32,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-11`, `2.36.2`, `2.36.2-debian-11-r7`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.36.2-debian-11-r7/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.37.0`, `2.37.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.37.0-debian-11-r0/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).