9.5.0-debian-10-r19 release
This commit is contained in:
parent
a84fce110d
commit
6cb5d5a583
|
|
@ -12,14 +12,12 @@ RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
|
|||
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 && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
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-r18" \
|
||||
BITNAMI_IMAGE_VERSION="9.5.0-debian-10-r19" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 2878
|
||||
|
|
|
|||
|
|
@ -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-r18`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r18/9/debian-10/Dockerfile)
|
||||
* [`9`, `9-debian-10`, `9.5.0`, `9.5.0-debian-10-r19`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r19/9/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue