From 0a785f8b59a76db0380f140d7c4cc902f3ff6482 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Jan 2022 21:09:02 +0000 Subject: [PATCH] 10.13.0-debian-10-r4 release --- bitnami/wavefront-proxy/10/debian-10/Dockerfile | 4 +++- bitnami/wavefront-proxy/README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/wavefront-proxy/10/debian-10/Dockerfile b/bitnami/wavefront-proxy/10/debian-10/Dockerfile index 1640cb96770c..a343cd6c05bf 100644 --- a/bitnami/wavefront-proxy/10/debian-10/Dockerfile +++ b/bitnami/wavefront-proxy/10/debian-10/Dockerfile @@ -14,13 +14,15 @@ RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.13.0-1" --checksum d7dbbd2deb98ae7cbba095db45df5d831552629b8b4d3601e6a91909abad5ca8 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/wavefront-proxy/postunpack.sh ENV BITNAMI_APP_NAME="wavefront-proxy" \ - BITNAMI_IMAGE_VERSION="10.13.0-debian-10-r3" \ + BITNAMI_IMAGE_VERSION="10.13.0-debian-10-r4" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/wavefront-proxy/README.md b/bitnami/wavefront-proxy/README.md index e46b921b4c81..bb9577210dc6 100644 --- a/bitnami/wavefront-proxy/README.md +++ b/bitnami/wavefront-proxy/README.md @@ -31,7 +31,7 @@ $ docker run --name wavefront-proxy bitnami/wavefront-proxy:latest 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/). -* [`10`, `10-debian-10`, `10.13.0`, `10.13.0-debian-10-r3`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.13.0-debian-10-r3/10/debian-10/Dockerfile) +* [`10`, `10-debian-10`, `10.13.0`, `10.13.0-debian-10-r4`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.13.0-debian-10-r4/10/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).