Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

DEPRECATED: Docker image with OpenJDK and Zalando CA

Notifications You must be signed in to change notification settings

zalando-stups/docker-openjdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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:

$ 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.