Java (JDK) on Docker
Java (JDK) on Docker.
This image is used internally by Aptible. We do not recommend that customers
use this repo, and instead recommend the Official Docker Java image:
https://hub.docker.com/_/openjdk
Please see our FAQ
for further information.
docker pull quay.io/aptible/java
docker run quay.io/aptible/java
latest
: Currently Oracle Java 8 JDKoracle-java7
: Oracle Java 7 JDKoracle-java8
: Oracle Java 8 JDKTests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2019 Aptible and contributors.