[bitnami/pushgateway] Release 1.5.1-debian-11-r27 (#24352)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b6d6be3baa
commit
0c1ebea212
|
|
@ -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:32:00Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.5.1-debian-11-r26" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway" \
|
||||
org.opencontainers.image.ref.name="1.5.1-debian-11-r27" \
|
||||
org.opencontainers.image.title="pushgateway" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.5.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=( \
|
||||
"pushgateway-1.5.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"pushgateway-1.5.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"pushgateway": {
|
||||
"arch": "amd64",
|
||||
"digest": "beace5112dbe5cfa7f58d64141fafd981f7c1310064c99892ae4ed3e2fce7ea9",
|
||||
"digest": "7e7f116f3c0cb988955fcc6bc2751c979dd384fdc4bae3c2f0d6246cf0049fab",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.1-1"
|
||||
"version": "1.5.1-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue