[bitnami/nats-exporter] Release 0.10.1-debian-11-r0 (#12395)

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-03 05:19:18 +01:00 committed by GitHub
parent e604e77637
commit 6c4c3fa0fb
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="0.10.0-debian-11-r26" \
org.opencontainers.image.ref.name="0.10.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nats-exporter" \
org.opencontainers.image.title="nats-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.10.0"
org.opencontainers.image.version="0.10.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=( \
"nats-exporter-0.10.0-2-linux-${OS_ARCH}-debian-11" \
"nats-exporter-0.10.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="0.10.0" \
ENV APP_VERSION="0.10.1" \
BITNAMI_APP_NAME="nats-exporter" \
PATH="/opt/bitnami/nats-exporter/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"nats-exporter": {
"arch": "amd64",
"digest": "cf251909c1874fb560013dfafabae022910c303c2b35ca0814e5cf9a4ade7a00",
"digest": "6addc13dc3338f1e27ccc4e7cf006402edc80eb6d1089eeabe1ab62176a281c7",
"distro": "debian-11",
"type": "NAMI",
"version": "0.10.0-2"
"version": "0.10.1-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.10.0"
- "0.10.1"
- "latest"