[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:
parent
185e4dd377
commit
c022fcb4cd
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue