Builds custom image bundling oracle java 8 with centos 7
10K+
Docker image containing installation of Oracle JDK 1.8 on CentOS 7
In order to run it, issue the following command
$ docker container run -it --rm bloque/centos7-java8 bash
Inside the container's shell one can verify the installation of java as shown below
$ java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
$ echo $JAVA_HOME
/usr/java/jdk1.8.0_151/jre
Content type
Image
Digest
Size
445 MB
Last updated
almost 9 years ago
docker pull bloque/centos7-java8