[bitnami/prometheus] Release 2.40.6-debian-11-r0 (#16259)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-09 17:03:05 +01:00 committed by GitHub
parent f858eb4f0f
commit c630fa1414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.40.5-debian-11-r2" \
org.opencontainers.image.ref.name="2.40.6-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/prometheus" \
org.opencontainers.image.title="prometheus" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.40.5"
org.opencontainers.image.version="2.40.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"prometheus-2.40.5-0-linux-${OS_ARCH}-debian-11" \
"prometheus-2.40.6-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -41,7 +41,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.40.5" \
ENV APP_VERSION="2.40.6" \
BITNAMI_APP_NAME="prometheus" \
PATH="/opt/bitnami/prometheus/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "ff1afd08d8b04e316e65fa98e02ef4d7a199e79444a70efc3a38a47056d111d0",
"digest": "c36cb3e712ecb30fe223670899beb37a35d6a9577b1350d78d30f1773a4ffc87",
"distro": "debian-11",
"type": "NAMI",
"version": "2.40.5-0"
"version": "2.40.6-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.40.5"
- "2.40.6"
- "latest"