# base-jdk **Repository Path**: 86400/base-jdk ## Basic Information - **Project Name**: base-jdk - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: jdk8 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-27 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/JBoss-Dockerfiles/base-jdk/issues).