[bitnami/prometheus] Release 2.40.0-debian-11-r0 (#13011)

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-11-09 02:17:56 +01:00
committed by GitHub
parent 5e00450768
commit 491825b3d2
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.39.1-debian-11-r10" \
org.opencontainers.image.ref.name="2.40.0-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.1"
org.opencontainers.image.version="2.40.0"
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.1-0-linux-${OS_ARCH}-debian-11" \
"prometheus-2.40.0-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.1" \
ENV APP_VERSION="2.40.0" \
BITNAMI_APP_NAME="prometheus" \
PATH="/opt/bitnami/prometheus/bin:$PATH"

View File

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

View File

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