0.9.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-23 21:47:05 +00:00
committed by Bitnami Containers
parent eece33acf3
commit 39bd7a7e9e
3 changed files with 8 additions and 8 deletions

View File

@@ -9,15 +9,15 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-exporter-0.9.2-0-linux-amd64-debian-10.tar.gz && \
echo "901b9e0c50c15e04120e8ac2bf16c9faf72faff5ab22fe4d00349a145c8fc0d2 /tmp/bitnami/pkg/cache/nats-exporter-0.9.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-exporter-0.9.2-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-exporter-0.9.3-0-linux-amd64-debian-10.tar.gz && \
echo "b5adb520bcb6003784c17060040c5dd90639510c1f4ac397c50c33423740300f /tmp/bitnami/pkg/cache/nats-exporter-0.9.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-exporter-0.9.3-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="0.9.2" \
ENV APP_VERSION="0.9.3" \
BITNAMI_APP_NAME="nats-exporter" \
PATH="/opt/bitnami/nats-exporter/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"nats-exporter": {
"arch": "amd64",
"digest": "901b9e0c50c15e04120e8ac2bf16c9faf72faff5ab22fe4d00349a145c8fc0d2",
"digest": "b5adb520bcb6003784c17060040c5dd90639510c1f4ac397c50c33423740300f",
"distro": "debian-10",
"type": "NAMI",
"version": "0.9.2-0"
"version": "0.9.3-0"
}
}

View File

@@ -32,7 +32,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`0`, `0-debian-10`, `0.9.2`, `0.9.2-debian-10-r45`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats-exporter/blob/0.9.2-debian-10-r45/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.9.3`, `0.9.3-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats-exporter/blob/0.9.3-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-nats-exporter).