[bitnami/prometheus] Release 2.40.1-debian-11-r0 (#13164)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a8c6959eff
commit
0664e9e810
|
|
@ -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.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="2.40.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.40.0"
|
||||
org.opencontainers.image.version="2.40.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.40.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"prometheus-2.40.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.40.0" \
|
||||
ENV APP_VERSION="2.40.1" \
|
||||
BITNAMI_APP_NAME="prometheus" \
|
||||
PATH="/opt/bitnami/prometheus/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"prometheus": {
|
||||
"arch": "amd64",
|
||||
"digest": "d1675142df6a86a503b64672edc587f1d5230f02a602d7f6fb83dcb101a58e0c",
|
||||
"digest": "097a9980849b268bd6b02ee341e9ca4a715c954449a1d9e7973c762f43ac4017",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.40.0-0"
|
||||
"version": "2.40.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.40.0"
|
||||
- "2.40.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue