You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/ci/images/spring-boot-jdk9-ci-image/Dockerfile

10 lines
212 B
Docker

FROM ubuntu:bionic-20181018
ADD setup.sh /setup.sh
RUN ./setup.sh java9
ENV JAVA_HOME /opt/openjdk
ENV PATH $JAVA_HOME/bin:$PATH
ENTRYPOINT [ "switch", "shell=/bin/bash", "--", "codep", "/bin/docker daemon" ]