[bitnami/nats-exporter] Release 0.10.1-debian-11-r45 (#27657)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b35c8e5727
commit
426f82b571
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue