From 30c00bb5a3f0ede72a092008da137f5fe9fb7b5b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 Jan 2020 17:55:17 +0000 Subject: [PATCH] 0.6.0-debian-9-r23 release --- bitnami/consul-exporter/0/debian-9/Dockerfile | 4 ++-- bitnami/consul-exporter/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/consul-exporter/0/debian-9/Dockerfile b/bitnami/consul-exporter/0/debian-9/Dockerfile index dd21fbc3d443..aa2b776a7d92 100644 --- a/bitnami/consul-exporter/0/debian-9/Dockerfile +++ b/bitnami/consul-exporter/0/debian-9/Dockerfile @@ -2,7 +2,7 @@ FROM bitnami/minideb:stretch LABEL maintainer "Bitnami " # Install required system packages and dependencies -RUN install_packages ca-certificates curl procps unzip wget +RUN install_packages ca-certificates curl procps sudo unzip wget 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' && \ @@ -12,7 +12,7 @@ RUN apt-get update && apt-get upgrade && \ RUN ln -sf /opt/bitnami/consul-exporter/bin/consul_exporter /bin/consul_exporter ENV BITNAMI_APP_NAME="consul-exporter" \ - BITNAMI_IMAGE_VERSION="0.6.0-debian-9-r22" \ + BITNAMI_IMAGE_VERSION="0.6.0-debian-9-r23" \ PATH="/opt/bitnami/consul-exporter/bin:$PATH" EXPOSE 9107 diff --git a/bitnami/consul-exporter/README.md b/bitnami/consul-exporter/README.md index 1f2baae2cc68..6c6dd40aec7a 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.6.0-debian-9-r22`, `0`, `0.6.0`, `0.6.0-r22`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.6.0-debian-9-r22/0/debian-9/Dockerfile) +* [`0-debian-9`, `0.6.0-debian-9-r23`, `0`, `0.6.0`, `0.6.0-r23`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul-exporter/blob/0.6.0-debian-9-r23/0/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/consul-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-consul-exporter).