11.3.0-debian-11-r0 release
This commit is contained in:
parent
2dba54de06
commit
52aec4db44
|
|
@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# 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.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.1.0-150" --checksum 4271f07f658fab6a50461e5ecf24e4f0b4ebd5c2ab817fe251983403679c00eb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.3.0-0" --checksum 332de5fa5c03b219729adaeed1bbcd3a473ccc5771df5ec72fe9f5f38cf3e858
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wavefront-proxy/postunpack.sh
|
||||
ENV APP_VERSION="11.1.0" \
|
||||
ENV APP_VERSION="11.3.0" \
|
||||
BITNAMI_APP_NAME="wavefront-proxy" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"wavefront-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "4271f07f658fab6a50461e5ecf24e4f0b4ebd5c2ab817fe251983403679c00eb",
|
||||
"digest": "332de5fa5c03b219729adaeed1bbcd3a473ccc5771df5ec72fe9f5f38cf3e858",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.1.0-150"
|
||||
"version": "11.3.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `11.1.0`, `11.1.0-debian-11-r8`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r8/11/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.3.0`, `11.3.0-debian-11-r0`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.3.0-debian-11-r0/11/debian-11/Dockerfile)
|
||||
* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r8` (10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-11-r8/10/debian-11/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