[bitnami/pushgateway] Release 1.5.0-debian-11-r0 (#14857)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8d3bb7cb26
commit
9c286eaa0b
|
|
@ -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.4.3-debian-11-r63" \
|
||||
org.opencontainers.image.ref.name="1.5.0-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.4.3"
|
||||
org.opencontainers.image.version="1.5.0"
|
||||
|
||||
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.4.3-155-linux-${OS_ARCH}-debian-11" \
|
||||
"pushgateway-1.5.0-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.4.3" \
|
||||
ENV APP_VERSION="1.5.0" \
|
||||
BITNAMI_APP_NAME="pushgateway" \
|
||||
PATH="/opt/bitnami/pushgateway/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"pushgateway": {
|
||||
"arch": "amd64",
|
||||
"digest": "39bf74584702845dabf96f12e6c49f8482030e8bf4ec2f887939b8256db1a85c",
|
||||
"digest": "9ff3d84d69b99aecef67d431a638c7bf0098b154b4e942e681286d172465642b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.3-155"
|
||||
"version": "1.5.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.4.3"
|
||||
- "1.5.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue