From a2d108c28c5941f8798109ff0408c0b0409d51f8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 11 Jan 2022 08:18:20 +0000 Subject: [PATCH] 1.0.5-debian-10-r54 release --- .../1/debian-10/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wavefront-prometheus-storage-adapter/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/Dockerfile b/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/Dockerfile index ca170f0007be..4e99a945112b 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/Dockerfile +++ b/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/Dockerfile @@ -9,14 +9,14 @@ 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/wavefront-prometheus-storage-adapter-1.0.5-0-linux-amd64-debian-10.tar.gz && \ - echo "e9e3929a8880aa68559292cb54180425b17a51fbac6586bd151ef892dd864632 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-0-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-prometheus-storage-adapter-1.0.5-1-linux-amd64-debian-10.tar.gz && \ + echo "5923abf2bededaf07decfd62167d3afba3ab4aa5037632ff208cf94e2d153360 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-1-linux-amd64-debian-10.tar.gz RUN chmod g+rwX /opt/bitnami ENV BITNAMI_APP_NAME="wavefront-prometheus-storage-adapter" \ - BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r53" \ + BITNAMI_IMAGE_VERSION="1.0.5-debian-10-r54" \ PATH="/opt/bitnami/wavefront-prometheus-storage-adapter/bin:$PATH" USER 1001 diff --git a/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index b9f1f08ee9a5..9bf2e0297a06 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-prometheus-storage-adapter/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "wavefront-prometheus-storage-adapter": { "arch": "amd64", - "digest": "e9e3929a8880aa68559292cb54180425b17a51fbac6586bd151ef892dd864632", + "digest": "5923abf2bededaf07decfd62167d3afba3ab4aa5037632ff208cf94e2d153360", "distro": "debian-10", "type": "NAMI", - "version": "1.0.5-0" + "version": "1.0.5-1" } } \ No newline at end of file diff --git a/bitnami/wavefront-prometheus-storage-adapter/README.md b/bitnami/wavefront-prometheus-storage-adapter/README.md index 074e8b177c2c..b05eb00e8b4f 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/README.md +++ b/bitnami/wavefront-prometheus-storage-adapter/README.md @@ -31,7 +31,7 @@ $ docker run --name wavefront-prometheus-storage-adapter bitnami/wavefront-prome 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/). -* [`1`, `1-debian-10`, `1.0.5`, `1.0.5-debian-10-r53`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r53/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.0.5`, `1.0.5-debian-10-r54`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-10-r54/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-prometheus-storage-adapter GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter).