/openjdk

Primary LanguageGherkinApache License 2.0Apache-2.0

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

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

How to get it

From Red Hat Container Catalog

This is the subscription supported product version.

How to develop on and contribute to it

You need to install Cekit to build these images.

Community images

CentOS JDK 8

cekit build

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

CentOS JDK 11

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.