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

vorburger/openjdk

 
 

Repository files navigation

Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK

This is the OpenShift Source to Image (S2I) image for OpenJDK.

Community images

CentOS JDK 8

cekit build

This will produce an image named centos/openjdk-8-centos7

CentOS JDK 11

Note
This image will be available to build after CentOS 7.6 release.
cekit --overrides-file=centos7-jdk11-overrides.yaml build

This will produce an image named centos/openjdk-11-centos7

Product images

Note
Product images for JDK > 8 are renamed.

RHEL JDK 8

cekit --overrides-file=rhel7-jdk8-overrides.yaml build

This will produce an image named redhat-openjdk-8/openjdk18-openshift

RHEL JDK 11

cekit --overrides-file=rhel7-jdk11-overrides.yaml build

This will produce an image named openjdk/openjdk-11-rhel7

License

See LICENSE file.