This repository contains images used as a base image for all JBoss community images that require Java Development Kit.
Currently this repository contains following images:
- JDK 7 (in the
jdk7
branch) - JDK 8 (in the
jdk8
branch)
Both images extend the jboss/base:latest
image and add latest OpenJDK distribution for selected version. Additionally a JAVA_HOME
environment variable is set.
Both images are built on Docker HUB and available for immediate pull from the public registry.
docker pull jboss/base-jdk:7
docker pull jboss/base-jdk:8
All issues should be reported in the GitHub issue tracker.