Ubuntu 16.04 LTS, with openjdk-8-jdk installed
100K+
https://hub.docker.com/r/picoded/ubuntu-openjdk-8-jdk/ https://github.com/picoded/dockerfiles/tree/master/base/ubuntu-openjdk-8-jdk
Represents the base package for many other Docker images, normalised to conform to our requirements as outlined inside the base/README, read it up for more details.
For the approximately 1k pulls for ubuntu 14.04, you can access it still under picoded/ubuntu-openjdk-8-jdk:14.04
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/ : Java home locationTIMEZONE=GMT+08 : Default system timezone (Singapore)LANGUAGE=en_US.UTF-8 : Used to configure OS language supportAPTGET_PRESCRIPT="" : Commands to execute prior to aptget install/upgrade on bootupAPTGET_INSTALL="" : Performs the installation of the following if missing on bootupAPTGET_UPGRADE=false : Performs an apt-get upgrade on bootupAPTGET_POSTSCRIPT="" : Commands to execute after aptget install/upgrade on bootupSee base/README for more details.
/workspace : Contains all the various persistent files related to the imageSee base/README for more details.
Any problems / comments / kudos should be filed at github =) https://github.com/picoded/dockerfiles
Content type
Image
Digest
sha256:d5573bb19…
Size
301.4 MB
Last updated
over 7 years ago
docker pull picoded/ubuntu-openjdk-8-jdk