denvazh/java

By denvazh

Updated about 9 years ago

Lightweight Java based on Alpine Linux Docker image

Image
3

3.8K

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)

Docker Pull Command

docker pull denvazh/java