[bitnami/apache-exporter] Release 0.11.0-debian-11-r95 (#24849)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-02-21 20:43:13 +01:00 committed by GitHub
parent 939eff0cd0
commit eff504a50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-18T06:26:36Z" \
org.opencontainers.image.created="2023-02-21T19:29:32Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.11.0-debian-11-r94" \
org.opencontainers.image.ref.name="0.11.0-debian-11-r95" \
org.opencontainers.image.title="apache-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.11.0"
@ -22,7 +22,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=( \
"apache-exporter-0.11.0-158-linux-${OS_ARCH}-debian-11" \
"apache-exporter-0.11.0-159-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"apache-exporter": {
"arch": "amd64",
"digest": "b92972e0b512ae2c94b5198954dd62f37dd3591ac885c2f2afd523e82fc5646e",
"digest": "c2a328076db00ef1f1f956b4148ee78554e1815ce6e57c2aa07cd066c0c309e2",
"distro": "debian-11",
"type": "NAMI",
"version": "0.11.0-158"
"version": "0.11.0-159"
}
}