0.9.1-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-01-21 13:12:59 +00:00
parent 0cbe891977
commit 2a51e6e178
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget 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-2-linux-amd64-debian-10.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nats-exporter-0.9.1-0-linux-amd64-debian-10.tar.gz && \
echo "3f6abe3bebc26049cdd1ed2aa4f5fee35d9e1be627866c97bbd6dc886b9836d8 /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ echo "6c890afed2311b454663043c7a47b3b4dc0498aa05056e2abf3a19f84edd5272 /tmp/bitnami/pkg/cache/nats-exporter-0.9.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/nats-exporter-0.9.1-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-2-linux-amd64-debian-10.tar.gz rm -rf /tmp/bitnami/pkg/cache/nats-exporter-0.9.1-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="nats-exporter" \ ENV BITNAMI_APP_NAME="nats-exporter" \
BITNAMI_IMAGE_VERSION="0.9.0-debian-10-r77" \ BITNAMI_IMAGE_VERSION="0.9.1-debian-10-r0" \
PATH="/opt/bitnami/nats-exporter/bin:$PATH" PATH="/opt/bitnami/nats-exporter/bin:$PATH"
EXPOSE 7777 EXPOSE 7777

View File

@@ -1,9 +1,9 @@
{ {
"nats-exporter": { "nats-exporter": {
"arch": "amd64", "arch": "amd64",
"digest": "3f6abe3bebc26049cdd1ed2aa4f5fee35d9e1be627866c97bbd6dc886b9836d8", "digest": "6c890afed2311b454663043c7a47b3b4dc0498aa05056e2abf3a19f84edd5272",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "0.9.0-2" "version": "0.9.1-0"
} }
} }

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