From 2dba54de0678cb5f2c2c735848f6fcbd2bbcbb8b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 24 Jun 2022 17:10:11 +0000 Subject: [PATCH] 11.1.0-debian-11-r8 release --- bitnami/wavefront-proxy/11/debian-11/Dockerfile | 3 +-- bitnami/wavefront-proxy/README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bitnami/wavefront-proxy/11/debian-11/Dockerfile b/bitnami/wavefront-proxy/11/debian-11/Dockerfile index 2bcf3c44065d..a47b895b020e 100644 --- a/bitnami/wavefront-proxy/11/debian-11/Dockerfile +++ b/bitnami/wavefront-proxy/11/debian-11/Dockerfile @@ -1,6 +1,4 @@ FROM docker.io/bitnami/minideb:bullseye -LABEL maintainer "Bitnami " - ENV HOME="/" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-11" \ @@ -9,6 +7,7 @@ ENV HOME="/" \ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" 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-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de diff --git a/bitnami/wavefront-proxy/README.md b/bitnami/wavefront-proxy/README.md index 86e843e5dd19..7feaa3532ff4 100644 --- a/bitnami/wavefront-proxy/README.md +++ b/bitnami/wavefront-proxy/README.md @@ -28,7 +28,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/). -* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r7`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r7/11/debian-11/Dockerfile) +* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r8`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r8/11/debian-11/Dockerfile) * [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r8` (10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-11-r8/10/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).