11.0.0-debian-10-r35 release

This commit is contained in:
Bitnami Bot
2022-04-29 22:24:30 +00:00
committed by Bitnami Containers
parent 1aeaff2411
commit 9db9e4a531
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ 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-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.0.0-0" --checksum 446ba2444cffcd1c2563ec39eb1acfeb8f43eea6f644c7443eee52f7bdedde90
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \

View File

@@ -8,10 +8,10 @@
},
"java": {
"arch": "amd64",
"digest": "900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b",
"digest": "255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35",
"distro": "debian-10",
"type": "NAMI",
"version": "11.0.14-7"
"version": "11.0.15-0"
},
"wavefront-proxy": {
"arch": "amd64",

View File

@@ -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-10`, `11.0.0`, `11.0.0-debian-10-r34`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.0.0-debian-10-r34/11/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.0.0`, `11.0.0-debian-10-r35`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.0.0-debian-10-r35/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.14.0`, `10.14.0-debian-10-r94` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-10-r94/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).