2.24.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-01-20 16:16:18 +00:00
parent 2cb835fdd4
commit 2a6e1256e2
3 changed files with 8 additions and 8 deletions

View File

@@ -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.24.0-0-linux-amd64-debian-10.tar.gz && \
echo "f24db4da4579f35ac6244f755b4da355cf07aa6b3643db88d2a4a0feda195918 /tmp/bitnami/pkg/cache/prometheus-2.24.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.24.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.24.0-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.24.1-0-linux-amd64-debian-10.tar.gz && \
echo "a15da3d0fd0ea82ce4e62983efda972ab4e9b766f4fc9fdf17c3c9624482083c /tmp/bitnami/pkg/cache/prometheus-2.24.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/prometheus-2.24.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/prometheus-2.24.1-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
@@ -21,7 +21,7 @@ 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.24.0-debian-10-r11" \
BITNAMI_IMAGE_VERSION="2.24.1-debian-10-r0" \
PATH="/opt/bitnami/prometheus/bin:$PATH"
EXPOSE 9090

View File

@@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "f24db4da4579f35ac6244f755b4da355cf07aa6b3643db88d2a4a0feda195918",
"digest": "a15da3d0fd0ea82ce4e62983efda972ab4e9b766f4fc9fdf17c3c9624482083c",
"distro": "debian-10",
"type": "NAMI",
"version": "2.24.0-0"
"version": "2.24.1-0"
}
}

View File

@@ -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.24.0`, `2.24.0-debian-10-r11`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.24.0-debian-10-r11/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.24.1`, `2.24.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.24.1-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).