[bitnami/apache-exporter] Release 0.11.0-debian-11-r94 (#24475)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a61d7e590b
commit
c8605f95bf
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-18T06:26:36Z" \
|
||||
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-r93" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apache-exporter" \
|
||||
org.opencontainers.image.ref.name="0.11.0-debian-11-r94" \
|
||||
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-157-linux-${OS_ARCH}-debian-11" \
|
||||
"apache-exporter-0.11.0-158-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"apache-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "37c30d9e9758bf0d9d7bc67d9587b500d0d6a539827817b7b5389846dc796386",
|
||||
"digest": "b92972e0b512ae2c94b5198954dd62f37dd3591ac885c2f2afd523e82fc5646e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.11.0-157"
|
||||
"version": "0.11.0-158"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue