Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 799 Bytes

README.adoc

File metadata and controls

40 lines (26 loc) · 799 Bytes

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

This is the OpenShift Source to Image (S2I) image for OpenJDK 1.8, based on CentOS.

Building

cekit build

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

JDK 11

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

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

RHEL-Based Image

JDK 8

cekit --overrides-file=product-overrides.yaml build

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

JDK 11

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

This will produce an image named redhat-openjdk-11/openjdk11-openshift

License

See LICENSE file.