9.5.0-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2021-01-26 09:51:51 +00:00
parent 8ee47b8958
commit 0780e957a6
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
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.9-1-0" --checksum ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.10-0" --checksum 68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.5.0-3" --checksum 13e1eb0b7d1cf8668401e3079a329609b7962c720826abf51c8ff69462e78eeb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/wavefront-proxy/postunpack.sh
ENV BITNAMI_APP_NAME="wavefront-proxy" \
BITNAMI_IMAGE_VERSION="9.5.0-debian-10-r5" \
BITNAMI_IMAGE_VERSION="9.5.0-debian-10-r6" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 2878

View File

@@ -8,10 +8,10 @@
},
"java": {
"arch": "amd64",
"digest": "ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67",
"digest": "68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57",
"distro": "debian-10",
"type": "NAMI",
"version": "11.0.9-1-0"
"version": "11.0.10-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/).
* [`9`, `9-debian-10`, `9.5.0`, `9.5.0-debian-10-r5`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r5/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.5.0`, `9.5.0-debian-10-r6`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r6/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).