Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

Docker image with OpenJDK and Zalando CA

Notifications You must be signed in to change notification settings

nilsmeyer/docker-openjdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zalando Docker OpenJDK Image

This Docker base image contains OpenJDK 8 and the Zalando CA certificate. Versions of this image will be immutable, i.e. there is no "latest" tag, but instead version numbers are incremented like:

<JAVA_MAJOR_VERSION>_<COUNTER> (example: "8-42")

Build and test the image like that:

$ sed -i 's/UPSTREAM/15.10-11/g' Dockerfile
$ docker build -t openjdk:local .
$ sed -i 's/UNTESTED/openjdk:local/g' Dockerfile.test
$ docker build -t openjdk-test:local -f Dockerfile.test .
$ docker run openjdk-test:local

You can find the latest OpenJDK Docker image in our open source registry.

About

Docker image with OpenJDK and Zalando CA

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 52.0%
  • Shell 48.0%