[bitnami/prometheus] Release 2.40.4-debian-11-r0 (#15326)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
fa9216fd90
commit
9ee518cc17
|
|
@ -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.3-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="2.40.4-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.3"
|
||||
org.opencontainers.image.version="2.40.4"
|
||||
|
||||
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.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-2.40.4-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.3" \
|
||||
ENV APP_VERSION="2.40.4" \
|
||||
BITNAMI_APP_NAME="prometheus" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"prometheus": {
|
||||
"arch": "amd64",
|
||||
"digest": "d38eb4a1a296ee94a851f745d938e16e94e75677b5767b824e13d0b56ed1c606",
|
||||
"digest": "f32d786d95c03a5d1e5bffaebba3cb340736451ee568c8aab5f1e1f2b276259c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.40.3-0"
|
||||
"version": "2.40.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.40.3"
|
||||
- "2.40.4"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue