mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
11.0.10-prod-debian-10-r71 release
This commit is contained in:
@@ -24,7 +24,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
|
||||
ENV BITNAMI_APP_NAME="java" \
|
||||
BITNAMI_IMAGE_VERSION="11.0.10-prod-debian-10-r70" \
|
||||
BITNAMI_IMAGE_VERSION="11.0.10-prod-debian-10-r71" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
|
||||
@@ -3,7 +3,7 @@ version: '2'
|
||||
services:
|
||||
java:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'docker.io/bitnami/java:11-prod-debian-10'
|
||||
image: docker.io/bitnami/java:11-prod
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
@@ -33,6 +33,7 @@ if [[ "$WITH_ALL_LOCALES" =~ ^(yes|true|1)$ ]]; then
|
||||
echo "Enabling all locales"
|
||||
cp "$SUPPORTED_LOCALES_FILE" "$LOCALES_FILE"
|
||||
else
|
||||
# shellcheck disable=SC2001
|
||||
LOCALES_TO_ADD="$(sed 's/[,;]\s*/\n/g' <<< "$EXTRA_LOCALES")"
|
||||
while [[ -n "$LOCALES_TO_ADD" ]] && read -r locale; do
|
||||
echo "Enabling locale ${locale}"
|
||||
|
||||
Reference in New Issue
Block a user