0.8.0-debian-10-r7 release

This commit is contained in:
Bitnami Bot 2020-06-25 16:40:02 +00:00
parent 556619ea89
commit a00e3898a0
2 changed files with 6 additions and 6 deletions

View File

@ -4,16 +4,16 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY prebuildfs / COPY prebuildfs /
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip procps tar wget RUN install_packages ca-certificates curl gzip procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nginx-exporter-0.8.0-0-linux-amd64-debian-10.tar.gz && \ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/nginx-exporter-0.8.0-1-linux-amd64-debian-10.tar.gz && \
echo "c4bba01a1ff0dfbc8153f6ab898e85c80b447e05354deecb30e9c564b65df2dd /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ echo "d5c976402d3eec61c73ec71c15f48fe185861cac8931e753687b033b0a0d581d /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ tar -zxf /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-0-linux-amd64-debian-10.tar.gz rm -rf /tmp/bitnami/pkg/cache/nginx-exporter-0.8.0-1-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 ln -sf /opt/bitnami/nginx-exporter/bin/nginx-prometheus-exporter /usr/bin/exporter RUN ln -sf /opt/bitnami/nginx-exporter/bin/nginx-prometheus-exporter /usr/bin/exporter
ENV BITNAMI_APP_NAME="nginx-exporter" \ ENV BITNAMI_APP_NAME="nginx-exporter" \
BITNAMI_IMAGE_VERSION="0.8.0-debian-10-r6" \ BITNAMI_IMAGE_VERSION="0.8.0-debian-10-r7" \
HOME="/" \ HOME="/" \
OS_ARCH="amd64" \ OS_ARCH="amd64" \
OS_FLAVOUR="debian-10" \ OS_FLAVOUR="debian-10" \

View File

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