1.8.282-debian-10-r71 release

This commit is contained in:
Bitnami Bot
2021-04-07 12:07:15 +00:00
parent 8c6a8fefcc
commit 8eb8ac4e14
3 changed files with 3 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="1.8.282-debian-10-r70" \
BITNAMI_IMAGE_VERSION="1.8.282-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:1.8-debian-10'
image: docker.io/bitnami/java:1.8
command: ["tail", "-f", "/dev/null"] # To keep the container running
ports:
- 8080:8080