Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.15 KB

Java

This repository contains experimental Dockerfile of Java for Docker's automated build based on lightweight Alpine Linux docker image provided by gliderlabs. This image also includes mozilla trusted ca certificates imported to cacerts trusted keystore.

Base Docker Image

Tags

  • latest (default): OpenJDK Java 8 JRE which is an alias to openjdk-8-jre
  • openjdk7-jdk: OpenJDK Java 7 JDK
  • openjdk7-jre: OpenJDK Java 7 JRE
  • openjdk8-jdk: OpenJDK Java 8 JDK
  • openjdk8-jre: OpenJDK Java 8 JRE

Installation

  1. Install Docker

  2. Download automated build from public registry: docker pull denvazh/java

(alternatively, one can build an image docker build -t="denvazh/java" github.com/denvazh/java)