diff --git a/bitnami/consul-exporter/0/debian-9/Dockerfile b/bitnami/consul-exporter/0/debian-9/Dockerfile index 4f7a13e1ca30..73625aec36c4 100644 --- a/bitnami/consul-exporter/0/debian-9/Dockerfile +++ b/bitnami/consul-exporter/0/debian-9/Dockerfile @@ -3,14 +3,14 @@ LABEL maintainer "Bitnami " # 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 diff --git a/bitnami/consul-exporter/README.md b/bitnami/consul-exporter/README.md index 90351cbc02e8..05f0eda9f449 100644 --- a/bitnami/consul-exporter/README.md +++ b/bitnami/consul-exporter/README.md @@ -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).