[bitnami/postgres-exporter] Release 0.11.1-debian-11-r50 (#20697)

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 22:55:33 +01:00
committed by GitHub
parent 99d2ae4234
commit f2150034b5
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.11.1-debian-11-r49" \
org.opencontainers.image.ref.name="0.11.1-debian-11-r50" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter" \
org.opencontainers.image.title="postgres-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=( \
"postgres-exporter-0.11.1-2-linux-${OS_ARCH}-debian-11" \
"postgres-exporter-0.11.1-3-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"postgres-exporter": {
"arch": "amd64",
"digest": "e01b7356965187b5405fc211cc9c3046733008dcba151820ad82fd75ecec92d4",
"digest": "131a55eb82dd66d839dd395e5d9dd941fd5acfc9f5cee481e40b2d3633fe9dac",
"distro": "debian-11",
"type": "NAMI",
"version": "0.11.1-2"
"version": "0.11.1-3"
}
}