[bitnami/mongodb-exporter] Release 0.36.0-debian-11-r5 (#20579)

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 2023-01-17 21:07:14 +01:00 committed by GitHub
parent 8b54e1de4b
commit d3fe54fa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.36.0-debian-11-r4" \
org.opencontainers.image.ref.name="0.36.0-debian-11-r5" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mongodb-exporter" \
org.opencontainers.image.title="mongodb-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -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=( \
"mongodb-exporter-0.36.0-0-linux-${OS_ARCH}-debian-11" \
"mongodb-exporter-0.36.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"mongodb-exporter": {
"arch": "amd64",
"digest": "f653e6937199ccbeec765c64f4dc7d1a9c28a0ed102c70023ce918b97a069f3d",
"digest": "1648e61d9778a9bdeb29c0901a4a9ab545793c89d7f713de2e44b183efbcbe37",
"distro": "debian-11",
"type": "NAMI",
"version": "0.36.0-0"
"version": "0.36.0-1"
}
}