mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/java] Release 26.0.2-13-debian-12-r0 (#95837)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-12T12:31:37Z" \
|
||||
org.opencontainers.image.created="2026-07-22T13:35:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/java/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/java" \
|
||||
org.opencontainers.image.title="java" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="26.0.1-10"
|
||||
org.opencontainers.image.version="26.0.2-13"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-12" \
|
||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"java-26.0.1-10-2-linux-${OS_ARCH}-debian-12" \
|
||||
"java-26.0.2-13-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -52,9 +52,9 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="26.0.1-10" \
|
||||
ENV APP_VERSION="26.0.2-13" \
|
||||
BITNAMI_APP_NAME="java" \
|
||||
IMAGE_REVISION="10" \
|
||||
IMAGE_REVISION="0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
6fe3d56f39b9f31fe75fbcde9a2febaa7475d358d6a47532ddd66a4429310b44 java-26.0.1-10-2-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
bcdf9ef1dbabbbbc4a9ab7e72477d82f7f3d94cf92b9570a22d0dbebd06e4a91 java-26.0.1-10-2-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
f9782e724ef9b6df5acc5b5f68a4da0ec777dd744a28d1f49e2f53f4c66bbb57 java-26.0.2-13-0-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
ab227bd71b1a8565e024be5621ef00b090610a82e1b43f055605be55bfae82f2 java-26.0.2-13-0-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user