[bitnami/prometheus] Release 2.39.1-debian-11-r0 (#9459)

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-10-07 21:25:51 +02:00
committed by GitHub
parent fd043bcc70
commit 0a306d30a0
4 changed files with 8 additions and 9 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.39.0-debian-11-r1" \
org.opencontainers.image.ref.name="2.39.1-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.39.0"
org.opencontainers.image.version="2.39.1"
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.39.0-1-linux-${OS_ARCH}-debian-11" \
"prometheus-2.39.1-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.39.0" \
ENV APP_VERSION="2.39.1" \
BITNAMI_APP_NAME="prometheus" \
PATH="/opt/bitnami/prometheus/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"prometheus": {
"arch": "amd64",
"digest": "add4c3955f99ff08867ed21233ca3f5daa7a2e8e333cad8d4e022ee602a84b88",
"digest": "bdc7734b9dec5ab68364113dc8b4f58e3c6c1aa4fa9461b7937d8cb09dc190dd",
"distro": "debian-11",
"type": "NAMI",
"version": "2.39.0-1"
"version": "2.39.1-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.39.0"
- "2.39.1"
- "latest"