diff --git a/bitnami/wavefront-proxy/10/debian-10/Dockerfile b/bitnami/wavefront-proxy/10/debian-10/Dockerfile index 7cb3ae3d6642..359315cb951f 100644 --- a/bitnami/wavefront-proxy/10/debian-10/Dockerfile +++ b/bitnami/wavefront-proxy/10/debian-10/Dockerfile @@ -11,9 +11,9 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" COPY prebuildfs / # 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.14-4" --checksum 6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.14.0-2" --checksum 2b220ea80c578ae14a72d0ab5ffdf132812255ff1f154792e329c0a59d69de2e -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-5" --checksum 8e9d15dc54b3cf57e7f3b92efbb1e01ed07f002889034ec7703b62efb8265243 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.14.0-3" --checksum 094ecacd602a2cc2025af36bcc133567b984aaad2ca1a7d085b68d731c2c136f +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -22,7 +22,7 @@ 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.14.0-debian-10-r25" \ + BITNAMI_IMAGE_VERSION="10.14.0-debian-10-r26" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index c51db33133de..48d58423780a 100644 --- a/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wavefront-proxy/10/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,23 +1,23 @@ { "gosu": { "arch": "amd64", - "digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53", + "digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-4" + "version": "1.14.0-5" }, "java": { "arch": "amd64", - "digest": "6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7", + "digest": "8e9d15dc54b3cf57e7f3b92efbb1e01ed07f002889034ec7703b62efb8265243", "distro": "debian-10", "type": "NAMI", - "version": "11.0.14-4" + "version": "11.0.14-5" }, "wavefront-proxy": { "arch": "amd64", - "digest": "2b220ea80c578ae14a72d0ab5ffdf132812255ff1f154792e329c0a59d69de2e", + "digest": "094ecacd602a2cc2025af36bcc133567b984aaad2ca1a7d085b68d731c2c136f", "distro": "debian-10", "type": "NAMI", - "version": "10.14.0-2" + "version": "10.14.0-3" } } \ No newline at end of file diff --git a/bitnami/wavefront-proxy/README.md b/bitnami/wavefront-proxy/README.md index a680a5ee7bf0..ad3b8e24ec1a 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.14.0`, `10.14.0-debian-10-r25`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-10-r25/10/debian-10/Dockerfile) +* [`10`, `10-debian-10`, `10.14.0`, `10.14.0-debian-10-r26`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-10-r26/10/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).