11.0.10-prod-debian-10-r71 release

This commit is contained in:
Bitnami Bot
2021-04-07 17:47:45 +00:00
parent 8eb8ac4e14
commit ec8e4cb64b
4 changed files with 4 additions and 3 deletions

View File

@@ -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" \

View File

@@ -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

View File

@@ -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}"