From 970c3a3d468f52bfb7c67cb9a4ea89da7a98dd21 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 11 Jan 2022 08:25:06 +0000 Subject: [PATCH] 0.11.0-debian-10-r23 release --- bitnami/apache-exporter/0/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/apache-exporter/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/apache-exporter/0/debian-10/Dockerfile b/bitnami/apache-exporter/0/debian-10/Dockerfile index 892e4fe6f231..3b437b08c5a1 100644 --- a/bitnami/apache-exporter/0/debian-10/Dockerfile +++ b/bitnami/apache-exporter/0/debian-10/Dockerfile @@ -9,15 +9,15 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz && \ - echo "7504309beb63a9568ea3ae5746e7db5a28469e71eef49c07c12aae724b24db4a /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz && \ + echo "b61682fa7ca568a41c7bc2842a67049b528b9d1c261f75a9b0e4d341f8c2b9b2 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz RUN ln -sf /opt/bitnami/apache-exporter/bin/apache_exporter /bin/apache_exporter RUN chmod g+rwX /opt/bitnami ENV BITNAMI_APP_NAME="apache-exporter" \ - BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r22" \ + BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r23" \ PATH="/opt/bitnami/apache-exporter/bin:$PATH" EXPOSE 9117 diff --git a/bitnami/apache-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/apache-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index a297ebe4399d..85707f53a8d8 100644 --- a/bitnami/apache-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/apache-exporter/0/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "apache-exporter": { "arch": "amd64", - "digest": "7504309beb63a9568ea3ae5746e7db5a28469e71eef49c07c12aae724b24db4a", + "digest": "b61682fa7ca568a41c7bc2842a67049b528b9d1c261f75a9b0e4d341f8c2b9b2", "distro": "debian-10", "type": "NAMI", - "version": "0.11.0-0" + "version": "0.11.0-1" } } \ No newline at end of file diff --git a/bitnami/apache-exporter/README.md b/bitnami/apache-exporter/README.md index 0a2d21138ebd..ef7e8bbeb4b6 100644 --- a/bitnami/apache-exporter/README.md +++ b/bitnami/apache-exporter/README.md @@ -33,7 +33,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/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r22`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r22/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r23`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r23/0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).