11.0.6-debian-10-r21 release

This commit is contained in:
Bitnami Bot
2020-02-18 11:46:30 +00:00
parent 6cdc78a02d
commit ea271ed982
2 changed files with 3 additions and 3 deletions

View File

@@ -7,14 +7,14 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "f7446f8bec72b6b2606d37ba917accc243e6cd4e722700c39ef83832c46fb0c6 /tmp/bitnami/pkg/cache/java-11.0.6-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/java-11.0.6-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/java-11.0.6-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade && \
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV BITNAMI_APP_NAME="java" \
BITNAMI_IMAGE_VERSION="11.0.6-debian-10-r20" \
BITNAMI_IMAGE_VERSION="11.0.6-debian-10-r21" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:$PATH"