CONFSRVDEV-8918 - Update confluence docker image to use Adopt OpenJDK

This commit is contained in:
Minh Tran 2018-11-05 19:39:14 +11:00
parent 1f5f49e388
commit bc4fe3dd2e

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM adoptopenjdk/openjdk8:x86_64-alpine-jdk8u192-b12
MAINTAINER Atlassian Confluence
ENV RUN_USER daemon
@ -21,7 +21,7 @@ ENTRYPOINT ["/sbin/tini", "--"]
RUN apk update -qq \
&& update-ca-certificates \
&& apk add ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini libc6-compat \
&& apk add ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini \
&& rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/* /var/tmp/*
COPY entrypoint.sh /entrypoint.sh