[bitnami/java] Release 17.0.5-8-debian-11-r2 (#11464)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
12ac1ffee7
commit
2cfc3c0da2
|
|
@ -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="17.0.5-8-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="17.0.5-8-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,10 +18,10 @@ 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 libsqlite3-dev libssl-dev locales procps wget zlib1g
|
||||
RUN install_packages ca-certificates curl libfontconfig libsqlite3-dev libssl-dev locales procps wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-17.0.5-8-0-linux-${OS_ARCH}-debian-11" \
|
||||
"java-17.0.5-8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
"digest": "80118497ee85dc9dd701766b1f35396921269f52b4b7963e22de742877366030",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "17.0.5-8-0"
|
||||
"version": "17.0.5-8-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue