10.14.0-debian-10-r0 release
This commit is contained in:
parent
378a759214
commit
229a3f3d6d
|
|
@ -12,8 +12,8 @@ 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-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.13.0-1" --checksum d7dbbd2deb98ae7cbba095db45df5d831552629b8b4d3601e6a91909abad5ca8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.14.0-0" --checksum 1aff97f14f16fb5a458718ec217aa7252c4a9680c4cd0a8107a1095a996ae276
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -22,7 +22,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.13.0-debian-10-r10" \
|
||||
BITNAMI_IMAGE_VERSION="10.14.0-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"wavefront-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "d7dbbd2deb98ae7cbba095db45df5d831552629b8b4d3601e6a91909abad5ca8",
|
||||
"digest": "1aff97f14f16fb5a458718ec217aa7252c4a9680c4cd0a8107a1095a996ae276",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.13.0-1"
|
||||
"version": "10.14.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.13.0`, `10.13.0-debian-10-r10`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.13.0-debian-10-r10/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.14.0`, `10.14.0-debian-10-r0`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue