base Ubuntu 18.04 with java 8
10K+
FROM ubuntu:18.04
MAINTAINER <maintainer.email.com>
RUN apt-get update
RUN apt-get -y install software-properties-common
RUN apt-get update
RUN apt-get -y install openjdk-8-jre-headless
RUN java -version
Content type
Image
Digest
Size
126.4 MB
Last updated
almost 7 years ago
docker pull sunilsoracle/ubuntu-java8