mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
[bitnami/java] Release 19.0.2-9-debian-11-r0 (#21228)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="19.0.1-11-debian-11-r30" \
|
||||
org.opencontainers.image.ref.name="19.0.2-9-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/java" \
|
||||
org.opencontainers.image.title="java" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="19.0.1-11"
|
||||
org.opencontainers.image.version="19.0.2-9"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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-19.0.1-11-3-linux-${OS_ARCH}-debian-11" \
|
||||
"java-19.0.2-9-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -48,7 +48,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="19.0.1-11" \
|
||||
ENV APP_VERSION="19.0.2-9" \
|
||||
BITNAMI_APP_NAME="java" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
LANG="en_US.UTF-8" \
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "2524a3c09af533602c2bad0e187fff899f183afc2bb11c02f706392e27ad0fb0",
|
||||
"digest": "36198c6b2205492edfaa10f9d26eadfb169417cbc8a9be91031093c08e5381e6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "19.0.1-11-3"
|
||||
"version": "19.0.2-9-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "19"
|
||||
- "19-debian-11"
|
||||
- "19.0.1-11"
|
||||
- "19.0.2-9"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user