mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/java] Release 18.0.1-1-debian-11-r40 (#11458)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="18.0.1-1-debian-11-r39" \
|
||||
org.opencontainers.image.ref.name="18.0.1-1-debian-11-r40" \
|
||||
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-18.0.1-1-6-linux-${OS_ARCH}-debian-11" \
|
||||
"java-18.0.1-1-7-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": "56148cdd9c6870bc5af9b37624e71dfff9db22ca76c6a90a4d02bfbeeb2aec2c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.0.1-1-6"
|
||||
"version": "18.0.1-1-7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user