[bitnami/pushgateway] Release 1.5.1-debian-11-r0 (#15336)

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 2022-11-29 20:02:47 +01:00 committed by GitHub
parent 33cc693f1d
commit 17d87a3a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.5.0-debian-11-r1" \
org.opencontainers.image.ref.name="1.5.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pushgateway" \
org.opencontainers.image.title="pushgateway" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.5.0"
org.opencontainers.image.version="1.5.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,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.0-0-linux-${OS_ARCH}-debian-11" \
"pushgateway-1.5.1-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="1.5.0" \
ENV APP_VERSION="1.5.1" \
BITNAMI_APP_NAME="pushgateway" \
PATH="/opt/bitnami/pushgateway/bin:$PATH"

View File

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

View File

@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.5.0"
- "1.5.1"
- "latest"