diff --git a/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile b/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile index 7793236306ac..86df69c86630 100644 --- a/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile +++ b/bitnami/wavefront-kubernetes-collector/1/scratch/Dockerfile @@ -6,10 +6,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages ca-certificates gzip tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-1.11.0-150-linux-amd64-debian-11.tar.gz && \ - echo "dc2ebc71f06ef6c4cbaf99878e237fc4b0d57ab6392431f6b8331f33121af36d /tmp/bitnami/pkg/cache/wavefront-1.11.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/wavefront-1.11.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/wavefront-1.11.0-150-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wavefront-1.11.0-151-linux-amd64-debian-11.tar.gz && \ + echo "95aaa5c341af8da0e0d83bea5a6bb2e4821cb74f8926267b64321eeaacbbba17 /tmp/bitnami/pkg/cache/wavefront-1.11.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/wavefront-1.11.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/wavefront-1.11.0-151-linux-amd64-debian-11.tar.gz ###### diff --git a/bitnami/wavefront-kubernetes-collector/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-kubernetes-collector/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json index 10ba7b56ceaa..785176fb5cf0 100644 --- a/bitnami/wavefront-kubernetes-collector/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-kubernetes-collector/1/scratch/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "wavefront": { "arch": "amd64", - "digest": "dc2ebc71f06ef6c4cbaf99878e237fc4b0d57ab6392431f6b8331f33121af36d", + "digest": "95aaa5c341af8da0e0d83bea5a6bb2e4821cb74f8926267b64321eeaacbbba17", "distro": "debian-11", "type": "NAMI", - "version": "1.11.0-150" + "version": "1.11.0-151" } } \ No newline at end of file diff --git a/bitnami/wavefront-kubernetes-collector/README.md b/bitnami/wavefront-kubernetes-collector/README.md index 297d86725d66..514a15bd12d0 100644 --- a/bitnami/wavefront-kubernetes-collector/README.md +++ b/bitnami/wavefront-kubernetes-collector/README.md @@ -28,7 +28,7 @@ $ docker run --name wavefront-kubernetes-collector bitnami/wavefront-kubernetes- 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-scratch`, `1.11.0`, `1.11.0-scratch-r4`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-kubernetes-collector/blob/1.11.0-scratch-r4/1/scratch/Dockerfile) +* [`1`, `1-scratch`, `1.11.0`, `1.11.0-scratch-r5`, `latest` (1/scratch/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-kubernetes-collector/blob/1.11.0-scratch-r5/1/scratch/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-kubernetes-collector GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-kubernetes-collector).