[bitnami/pushgateway] Release 1.5.1-debian-11-r36 (#27707)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
75f785b692
commit
777ce6df7e
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T23:35:02Z" \
|
||||
org.opencontainers.image.created="2023-03-18T23:53:05Z" \
|
||||
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-r35" \
|
||||
org.opencontainers.image.ref.name="1.5.1-debian-11-r36" \
|
||||
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-2-linux-${OS_ARCH}-debian-11" \
|
||||
"pushgateway-1.5.1-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"pushgateway": {
|
||||
"arch": "amd64",
|
||||
"digest": "7e7f116f3c0cb988955fcc6bc2751c979dd384fdc4bae3c2f0d6246cf0049fab",
|
||||
"digest": "3e910c5ed59f36ac5f36a0f56f7a2daa33d3f9a40b048143f8bab208a3b16463",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.1-2"
|
||||
"version": "1.5.1-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> The Pushgateway is an intermediary service which allows you to push metrics from jobs which cannot be scraped
|
||||
|
||||
[Overview of Push Gateway](https://prometheus.io/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue