From fa3c9cc56be7622a8356785a51a761aebe6da9c8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 11 Aug 2022 01:08:32 +0200 Subject: [PATCH] [bitnami/wavefront-proxy] Release 10.14.0-debian-11-r26 (#2711) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/wavefront-proxy/10/debian-11/Dockerfile | 8 +++++++- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/wavefront-proxy/README.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bitnami/wavefront-proxy/10/debian-11/Dockerfile b/bitnami/wavefront-proxy/10/debian-11/Dockerfile index 4c2668bf2f9c..0f032d8564c8 100644 --- a/bitnami/wavefront-proxy/10/debian-11/Dockerfile +++ b/bitnami/wavefront-proxy/10/debian-11/Dockerfile @@ -5,13 +5,19 @@ ENV HOME="/" \ OS_NAME="linux" ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" +LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ + org.opencontainers.image.description="Application packaged by Bitnami" \ + org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-proxy" \ + org.opencontainers.image.title="wavefront-proxy" \ + org.opencontainers.image.vendor="VMware, Inc." \ + org.opencontainers.image.version="10.14.0" COPY prebuildfs / SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-2" --checksum 1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.14.0-152" --checksum 65876c34f6f28e336b393756b5eef4f66ec7cc0099973370ca0db899764afd1b +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.14.0-153" --checksum 9e62af167f33aa7df3e06c1a48c6dd81cc0e00d2f67e67912b6f03585affeba8 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives diff --git a/bitnami/wavefront-proxy/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-proxy/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 05050fe77e0b..84ddef19ae23 100644 --- a/bitnami/wavefront-proxy/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-proxy/10/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,9 +15,9 @@ }, "wavefront-proxy": { "arch": "amd64", - "digest": "65876c34f6f28e336b393756b5eef4f66ec7cc0099973370ca0db899764afd1b", + "digest": "9e62af167f33aa7df3e06c1a48c6dd81cc0e00d2f67e67912b6f03585affeba8", "distro": "debian-11", "type": "NAMI", - "version": "10.14.0-152" + "version": "10.14.0-153" } } \ No newline at end of file diff --git a/bitnami/wavefront-proxy/README.md b/bitnami/wavefront-proxy/README.md index 42e74ff3874c..3dc5d77976bb 100644 --- a/bitnami/wavefront-proxy/README.md +++ b/bitnami/wavefront-proxy/README.md @@ -29,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`11`, `11-debian-11`, `11.3.0`, `11.3.0-debian-11-r17`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/11/debian-11/Dockerfile) -* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r25` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/10/debian-11/Dockerfile) +* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r26` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/10/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).