[bitnami/postgres-exporter] Release 0.11.1-debian-11-r61 (#24358)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
174bb0810b
commit
0418d971af
|
|
@ -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-17T17:42:59Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.11.1-debian-11-r60" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgres-exporter" \
|
||||
org.opencontainers.image.ref.name="0.11.1-debian-11-r61" \
|
||||
org.opencontainers.image.title="postgres-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.11.1"
|
||||
|
|
@ -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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"postgres-exporter-0.11.1-4-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"postgres-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "131a55eb82dd66d839dd395e5d9dd941fd5acfc9f5cee481e40b2d3633fe9dac",
|
||||
"digest": "a6cbe025c80471dc933ac39e6c01b541216dd5c0e93df1faa4236a2148132ce0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.11.1-3"
|
||||
"version": "0.11.1-4"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue