All Projects → jboss-dockerfiles → base-jdk

jboss-dockerfiles / base-jdk

Licence: MIT license
Base Docker image for Middleware with JDK

Programming Languages

shell
77523 projects

Base Docker images for JBoss community projects with JDK

This repository contains images used as a base image for all JBoss community images that require Java Development Kit.

Types of images

Currently this repository contains following images:

  1. JDK 7 (in the jdk7 branch)
  2. 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.

Availability

Both images are built on Docker HUB and available for immediate pull from the public registry.

OpenJDK 7

docker pull jboss/base-jdk:7

OpenJDK 8

docker pull jboss/base-jdk:8

Issues

All issues should be reported in the GitHub issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].