[bitnami/pushgateway] Release 1.5.1-debian-11-r16 (#20729)

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 23:11:08 +01:00 committed by GitHub
parent 185e4dd377
commit c022fcb4cd
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="1.5.1-debian-11-r15" \
org.opencontainers.image.ref.name="1.5.1-debian-11-r16" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway" \
org.opencontainers.image.title="pushgateway" \
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=( \
"pushgateway-1.5.1-0-linux-${OS_ARCH}-debian-11" \
"pushgateway-1.5.1-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"pushgateway": {
"arch": "amd64",
"digest": "efdf4b1f5e1619fbd15396659176a6b6b5f66f1af938d3ffb502a9f65233907b",
"digest": "beace5112dbe5cfa7f58d64141fafd981f7c1310064c99892ae4ed3e2fce7ea9",
"distro": "debian-11",
"type": "NAMI",
"version": "1.5.1-0"
"version": "1.5.1-1"
}
}