[bitnami/wavefront-proxy] Release 11.3.0-debian-11-r23 (#4270)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-25 08:57:19 +02:00 committed by GitHub
parent 38f68ecb6e
commit 8f0dd88034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ ENV HOME="/" \
ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="11.3.0-debian-11-r22" \
org.opencontainers.image.ref.name="11.3.0-debian-11-r23" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wavefront-proxy" \
org.opencontainers.image.title="wavefront-proxy" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -18,7 +18,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-1-2" --checksum 1a5468c7b552dfc8a33c5c9b214dbf7dd143a5f008cc3aa2e0418fab5eb16c5c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.3.0-4" --checksum 0deef6a74ed7425add4f1dcd2229ff3d31317160b08dc14a780bc44f67f084ee
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.3.0-5" --checksum 3f88fcb365f56777761ab1b4b773b2c0a2d81a1c6847e129bd29648cd49ee356
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@ -15,9 +15,9 @@
},
"wavefront-proxy": {
"arch": "amd64",
"digest": "0deef6a74ed7425add4f1dcd2229ff3d31317160b08dc14a780bc44f67f084ee",
"digest": "3f88fcb365f56777761ab1b4b773b2c0a2d81a1c6847e129bd29648cd49ee356",
"distro": "debian-11",
"type": "NAMI",
"version": "11.3.0-4"
"version": "11.3.0-5"
}
}

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-11`, `11.3.0`, `11.3.0-debian-11-r22`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/11/debian-11/Dockerfile)
* [`11`, `11-debian-11`, `11.3.0`, `11.3.0-debian-11-r23`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/11/debian-11/Dockerfile)
* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r31` (10/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wavefront-proxy/10/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).