Sign inSign up

nextcode/baseimg-java

By nextcode

Updated about 6 years ago

Oracle JDK installed on top of https://github.com/phusion/baseimage-docker

Image
1

100K+

nextcode/baseimg-java repository overview

Java Dockerfile

This repository contains Dockerfile of Java for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image
Docker Tags

nextcode/baseimg-java provides the following tagged images:

  • latest (default): links to oracle-jdk8 (NOTE: This tag is deprecated and should never be used. It also cannot be moved to anything other than jdk8)
  • oracle-jdk8: Oracle Java 8 JDK

For example, you can run a Oracle Java 8 container with the following command:

docker run -it --rm nextcode/baseimg-java:oracle-jdk8 java -version
Installation
  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull nextcode/baseimg-java

Tag summary

Content type

Image

Digest

Size

260 MB

Last updated

almost 8 years ago

docker pull nextcode/baseimg-java