9.3.0-debian-10-r56 release

This commit is contained in:
Bitnami Bot
2020-10-29 22:11:06 +00:00
parent 3e26ae3ace
commit 011f20ed11
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.8-2" --checksum 6d6d2dbaad09308264cf1c629094262373f98dc2e6f26367f56b102ca5ba3713
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.9-0" --checksum cc0a6b2752289a46277ffbbf0912062535805a66b3b33befec942fafd9d17c7c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.3.0-0" --checksum cae5a9777da4a07975cf1f731d3cd160f90ae64c316f0d6ff545a448ef03dc1f
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.3.0-debian-10-r55" \
BITNAMI_IMAGE_VERSION="9.3.0-debian-10-r56" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 2878

View File

@@ -8,10 +8,10 @@
},
"java": {
"arch": "amd64",
"digest": "6d6d2dbaad09308264cf1c629094262373f98dc2e6f26367f56b102ca5ba3713",
"digest": "cc0a6b2752289a46277ffbbf0912062535805a66b3b33befec942fafd9d17c7c",
"distro": "debian-10",
"type": "NAMI",
"version": "11.0.8-2"
"version": "11.0.9-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.3.0`, `9.3.0-debian-10-r55`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.3.0-debian-10-r55/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.3.0`, `9.3.0-debian-10-r56`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.3.0-debian-10-r56/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).