From 426f82b57182ea445011763bca16713048cf2a58 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 19 Mar 2023 00:34:08 +0100 Subject: [PATCH] [bitnami/nats-exporter] Release 0.10.1-debian-11-r45 (#27657) Signed-off-by: Bitnami Containers --- bitnami/nats-exporter/0/debian-11/Dockerfile | 6 +++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/nats-exporter/README.md | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bitnami/nats-exporter/0/debian-11/Dockerfile b/bitnami/nats-exporter/0/debian-11/Dockerfile index 35e6fae67aff..1f0f2434bd4c 100644 --- a/bitnami/nats-exporter/0/debian-11/Dockerfile +++ b/bitnami/nats-exporter/0/debian-11/Dockerfile @@ -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-13T22:18:11Z" \ + org.opencontainers.image.created="2023-03-18T22:48:42Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="0.10.1-debian-11-r44" \ + org.opencontainers.image.ref.name="0.10.1-debian-11-r45" \ org.opencontainers.image.title="nats-exporter" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="0.10.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=( \ - "nats-exporter-0.10.1-2-linux-${OS_ARCH}-debian-11" \ + "nats-exporter-0.10.1-3-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/nats-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/nats-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 51dede94e844..0127336280ff 100644 --- a/bitnami/nats-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/nats-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "nats-exporter": { "arch": "amd64", - "digest": "5bef0e2ba332799450b3ca9b85d0e78c81f1a2514095c6c85995a2e8c29d5e4e", + "digest": "8d0aefc9f4c7b3e176d35072529beb3d4142388bdc0605ecb0a193003d02b63d", "distro": "debian-11", "type": "NAMI", - "version": "0.10.1-2" + "version": "0.10.1-3" } } \ No newline at end of file diff --git a/bitnami/nats-exporter/README.md b/bitnami/nats-exporter/README.md index 235cfde878eb..ce5b334935bc 100644 --- a/bitnami/nats-exporter/README.md +++ b/bitnami/nats-exporter/README.md @@ -5,7 +5,6 @@ > A Prometheus exporter for NATS metrics. [Overview of NATS Exporter](https://github.com/nats-io/prometheus-nats-exporter) - 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