Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.09 KB

Circle CI Size Version Commit Docker Hub

Docker OpenJDK 8

Customised OpenJDK 8 base image.

Installation

Builds of the image are available on Docker Hub.

docker pull codeworksio/openjdk8

Alternatively you can build the image yourself.

docker build --tag codeworksio/openjdk8 \
    github.com/codeworksio/docker-openjdk8

Testing

make build test