9.3.0-debian-10-r99 release

This commit is contained in:
Bitnami Bot
2020-12-14 18:59:59 +00:00
parent 988a033062
commit 3dc3b7b190
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,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.9-1-0" --checksum ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.3.0-1" --checksum b5703575db96eb8f7f59d9685f0944f28449cde99e6eef9afb2e979c2e4ff5fb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.3.0-2" --checksum 3c10c056d8195d1260eb7614d645c0996e1d5ca1824ff6e5412aafe50a19c0af
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
@@ -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-r98" \
BITNAMI_IMAGE_VERSION="9.3.0-debian-10-r99" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 2878

View File

@@ -15,9 +15,9 @@
},
"wavefront-proxy": {
"arch": "amd64",
"digest": "b5703575db96eb8f7f59d9685f0944f28449cde99e6eef9afb2e979c2e4ff5fb",
"digest": "3c10c056d8195d1260eb7614d645c0996e1d5ca1824ff6e5412aafe50a19c0af",
"distro": "debian-10",
"type": "NAMI",
"version": "9.3.0-1"
"version": "9.3.0-2"
}
}

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-r98`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.3.0-debian-10-r98/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.3.0`, `9.3.0-debian-10-r99`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.3.0-debian-10-r99/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).