0.5.0-debian-9-r43 release

This commit is contained in:
Bitnami Bot
2019-09-20 17:18:28 +00:00
parent 3fb90415d9
commit 47859b8b95
2 changed files with 6 additions and 6 deletions

View File

@@ -3,14 +3,14 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/consul-exporter-0.5.0-0-linux-amd64-debian-9.tar.gz && \
echo "c3aff50cc4effef9f32cfdf87296b2a019a403a80af5acdde1923b2d3ace21e1 /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-0-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-0-linux-amd64-debian-9.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/consul-exporter-0.5.0-1-linux-amd64-debian-9.tar.gz && \
echo "f44ad37a22d61c65764974919319280408da71be06eec518c2eef2ba71c84e9c /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-1-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-1-linux-amd64-debian-9.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/consul-exporter-0.5.0-1-linux-amd64-debian-9.tar.gz
RUN ln -sf /opt/bitnami/consul-exporter/bin/consul_exporter /bin/consul_exporter
ENV BITNAMI_APP_NAME="consul-exporter" \
BITNAMI_IMAGE_VERSION="0.5.0-debian-9-r42" \
BITNAMI_IMAGE_VERSION="0.5.0-debian-9-r43" \
PATH="/opt/bitnami/consul-exporter/bin:$PATH"
EXPOSE 9107

View File

@@ -44,7 +44,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/containers/how-to/understand-rolling-tags-containers/).
* [`0-debian-9`, `0.5.0-debian-9-r42`, `0`, `0.5.0`, `0.5.0-r42`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.5.0-debian-9-r42/0/debian-9/Dockerfile)
* [`0-debian-9`, `0.5.0-debian-9-r43`, `0`, `0.5.0`, `0.5.0-r43`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.5.0-debian-9-r43/0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/consul-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-consul-exporter).