diff --git a/bitnami/consul-exporter/0/debian-9/Dockerfile b/bitnami/consul-exporter/0/debian-9/Dockerfile index 91e9763727ca..7b0426950684 100644 --- a/bitnami/consul-exporter/0/debian-9/Dockerfile +++ b/bitnami/consul-exporter/0/debian-9/Dockerfile @@ -3,16 +3,16 @@ LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages ca-certificates curl procps unzip wget -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 wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/consul-exporter-0.6.0-0-linux-amd64-debian-9.tar.gz && \ + echo "4c6e5460bf9d0458077574942c823e16680cbecfed02ff026cbe4a9f90ecbb3a /tmp/bitnami/pkg/cache/consul-exporter-0.6.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/consul-exporter-0.6.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.6.0-0-linux-amd64-debian-9.tar.gz RUN apt-get update && apt-get upgrade && \ rm -r /var/lib/apt/lists /var/cache/apt/archives 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-r126" \ + BITNAMI_IMAGE_VERSION="0.6.0-debian-9-r0" \ PATH="/opt/bitnami/consul-exporter/bin:$PATH" EXPOSE 9107 diff --git a/bitnami/consul-exporter/README.md b/bitnami/consul-exporter/README.md index 9d98cd9fb91d..c7e372f65b56 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-r126`, `0`, `0.5.0`, `0.5.0-r126`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.5.0-debian-9-r126/0/debian-9/Dockerfile) +* [`0-debian-9`, `0.6.0-debian-9-r0`, `0`, `0.6.0`, `0.6.0-r0`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.6.0-debian-9-r0/0/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/consul-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-consul-exporter).