[bitnami/java] Release 1.8.352-debian-11-r2 (#11448)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3ea403dbd5
commit
0d48d01f43
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.8.352-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="1.8.352-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/java" \
|
||||
org.opencontainers.image.title="java" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -18,7 +18,7 @@ ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
|||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libgcc-s1 libsqlite3-dev libssl-dev locales procps wget
|
||||
RUN install_packages ca-certificates curl libfontconfig libgcc-s1 libsqlite3-dev libssl-dev locales procps wget
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-1.8.352-0-linux-${OS_ARCH}-debian-11" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue