Skip to content

denvazh/java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Lightweight Java docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published