0.9.0-debian-10-r67 release

This commit is contained in:
Bitnami Bot
2022-01-11 07:44:56 +00:00
parent cba38bc329
commit f784d31a03
3 changed files with 8 additions and 8 deletions

View File

@@ -9,14 +9,14 @@ 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.0-0-linux-amd64-debian-10.tar.gz && \
echo "7d7f91ba97dfa3da00f2fccba606dd7b8a337df372799762d135eed8d5678fc8 /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-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.0-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.0-1-linux-amd64-debian-10.tar.gz && \
echo "2f9ee146f2375f616a00df69ded111cb001d7783a9dc9227011c72cc598b7263 /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-1-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="nats-exporter" \
BITNAMI_IMAGE_VERSION="0.9.0-debian-10-r66" \
BITNAMI_IMAGE_VERSION="0.9.0-debian-10-r67" \
PATH="/opt/bitnami/nats-exporter/bin:$PATH"
EXPOSE 7777

View File

@@ -1,9 +1,9 @@
{
"nats-exporter": {
"arch": "amd64",
"digest": "7d7f91ba97dfa3da00f2fccba606dd7b8a337df372799762d135eed8d5678fc8",
"digest": "2f9ee146f2375f616a00df69ded111cb001d7783a9dc9227011c72cc598b7263",
"distro": "debian-10",
"type": "NAMI",
"version": "0.9.0-0"
"version": "0.9.0-1"
}
}

View File

@@ -34,7 +34,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.0`, `0.9.0-debian-10-r66`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats-exporter/blob/0.9.0-debian-10-r66/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.9.0`, `0.9.0-debian-10-r67`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats-exporter/blob/0.9.0-debian-10-r67/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-nats-exporter).