10.13.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-01-09 04:52:37 +00:00
parent bc7c9f291c
commit 7cc1d29304
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ 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.13-0" --checksum 9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.12.0-0" --checksum 8a27fa485b8e3c5a31464b5802042335aefca5ff2a7deae82aea51090f7bdc04
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.13.0-0" --checksum 612e388e96780785308ea1070f995c46721ee92404a9b91c2184b94d729d8a8c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
@ -20,7 +20,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.12.0-debian-10-r21" \
BITNAMI_IMAGE_VERSION="10.13.0-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"wavefront-proxy": {
"arch": "amd64",
"digest": "8a27fa485b8e3c5a31464b5802042335aefca5ff2a7deae82aea51090f7bdc04",
"digest": "612e388e96780785308ea1070f995c46721ee92404a9b91c2184b94d729d8a8c",
"distro": "debian-10",
"type": "NAMI",
"version": "10.12.0-0"
"version": "10.13.0-0"
}
}

View File

@ -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.12.0`, `10.12.0-debian-10-r21`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.12.0-debian-10-r21/10/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.13.0`, `10.13.0-debian-10-r0`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.13.0-debian-10-r0/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).