From 6efbbb95b225f280d3a08ec7835e1365a923b790 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 16 Jul 2022 14:16:32 +0000 Subject: [PATCH] 1.0.5-debian-11-r15 release --- .../1/debian-11/Dockerfile | 8 ++++---- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wavefront-prometheus-storage-adapter/README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile index 2e72097b0e78..ca2b0141363c 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile +++ b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/Dockerfile @@ -8,10 +8,10 @@ COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # 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-150-linux-amd64-debian-11.tar.gz && \ - echo "76c0b0a1532620649dbe8c3fc77e9ffbc71e3c294c1e0cda0f408ff249d7746b /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-150-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-prometheus-storage-adapter-1.0.5-151-linux-amd64-debian-11.tar.gz && \ + echo "a9f31a225d3a8f002396ff68df3046bbcf676c6d8f3b69a82548e21a081b6608 /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/wavefront-prometheus-storage-adapter-1.0.5-151-linux-amd64-debian-11.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index ac4476c0a1e9..c11b3d13fb37 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-prometheus-storage-adapter/1/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "wavefront-prometheus-storage-adapter": { "arch": "amd64", - "digest": "76c0b0a1532620649dbe8c3fc77e9ffbc71e3c294c1e0cda0f408ff249d7746b", + "digest": "a9f31a225d3a8f002396ff68df3046bbcf676c6d8f3b69a82548e21a081b6608", "distro": "debian-11", "type": "NAMI", - "version": "1.0.5-150" + "version": "1.0.5-151" } } \ 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 16cc2fa70109..4b8597ee30f3 100644 --- a/bitnami/wavefront-prometheus-storage-adapter/README.md +++ b/bitnami/wavefront-prometheus-storage-adapter/README.md @@ -28,7 +28,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-11`, `1.0.5`, `1.0.5-debian-11-r14`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-11-r14/1/debian-11/Dockerfile) +* [`1`, `1-debian-11`, `1.0.5`, `1.0.5-debian-11-r15`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter/blob/1.0.5-debian-11-r15/1/debian-11/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).