11.1.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-05-10 01:16:48 +00:00
committed by Bitnami Containers
parent 5db8e55701
commit 0be096620a
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.15-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.0.0-0" --checksum 446ba2444cffcd1c2563ec39eb1acfeb8f43eea6f644c7443eee52f7bdedde90
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.1.0-0" --checksum b9af349e9ab3f650953080419789ae720611fd08671c1d45889479c3855903ee
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -21,7 +21,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.0.0" \
ENV APP_VERSION="11.1.0" \
BITNAMI_APP_NAME="wavefront-proxy" \
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": "446ba2444cffcd1c2563ec39eb1acfeb8f43eea6f644c7443eee52f7bdedde90",
"digest": "b9af349e9ab3f650953080419789ae720611fd08671c1d45889479c3855903ee",
"distro": "debian-10",
"type": "NAMI",
"version": "11.0.0-0"
"version": "11.1.0-0"
}
}

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/).
* [`11`, `11-debian-10`, `11.0.0`, `11.0.0-debian-10-r46`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.0.0-debian-10-r46/11/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.1.0`, `11.1.0-debian-10-r0`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-10-r0/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.14.0`, `10.14.0-debian-10-r105` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-10-r105/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).