From e702ff0bcc6e1c6fc9b12de933bafad24ef26a4b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 Jan 2020 17:54:32 +0000 Subject: [PATCH] 0.7.0-debian-9-r163 release --- bitnami/apache-exporter/0/debian-9/Dockerfile | 4 ++-- bitnami/apache-exporter/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/apache-exporter/0/debian-9/Dockerfile b/bitnami/apache-exporter/0/debian-9/Dockerfile index 5338c6b31be0..e1d586a46347 100644 --- a/bitnami/apache-exporter/0/debian-9/Dockerfile +++ b/bitnami/apache-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/apache-exporter-0.7.0-0-linux-amd64-debian-9.tar.gz && \ echo "0d96516814bb4d54e0e672235d2da8c6a689fc97e5c399a65e5f8b993ea7a5b4 /tmp/bitnami/pkg/cache/apache-exporter-0.7.0-0-linux-amd64-debian-9.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.7.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/apache-exporter/bin/apache_exporter /bin/apache_exporter ENV BITNAMI_APP_NAME="apache-exporter" \ - BITNAMI_IMAGE_VERSION="0.7.0-debian-9-r162" \ + BITNAMI_IMAGE_VERSION="0.7.0-debian-9-r163" \ PATH="/opt/bitnami/apache-exporter/bin:$PATH" EXPOSE 9117 diff --git a/bitnami/apache-exporter/README.md b/bitnami/apache-exporter/README.md index 06c0f5d01f59..a3a7d986ff66 100644 --- a/bitnami/apache-exporter/README.md +++ b/bitnami/apache-exporter/README.md @@ -43,7 +43,7 @@ $ kubectl apply -f test.yaml 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.7.0-debian-9-r162`, `0`, `0.7.0`, `0.7.0-r162`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.7.0-debian-9-r162/0/debian-9/Dockerfile) +* [`0-debian-9`, `0.7.0-debian-9-r163`, `0`, `0.7.0`, `0.7.0-r163`, `latest` (0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.7.0-debian-9-r163/0/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).