These are the OpenJDK Source to Image (S2I) images for Red Hat OpenShift.
The UBI8-based OpenJDK images are available under the terms of the UBI EULA:
The RHEL7-based OpenJDK images require a Red Hat subscription:
You need to install Cekit to build these images.
These sources are prepared and tested for Cekit 3.6.0.
For building within Red Hat, the instructions vary slightly, see redhat/README.adoc.
You will need an active Red Hat subscription on the host you use to build these images.
cekit --descriptor openjdk18-openshift.yaml build podman
This will produce an image named redhat-openjdk-8/openjdk18-openshift
.
cekit --redhat --descriptor openj9-8-rhel7.yaml build podman
This will produce an image named openj9/openj9-8-rhel7
.
cekit --redhat --descriptor openj9-11-rhel7.yaml build podman
This will produce an image named openj9/openj9-11-rhel7
.
cekit --redhat --descriptor openj9-8-rhel8.yaml build podman
This will produce an image named openj9/openj9-8-rhel8
.
We welcome contributions! For patches, a Developer Certificate of Origin (DCO) is required. See CONTRIBUTING.md.
© 2020 Red Hat, Inc. Distributed under the terms of the Apache License, Version 2.0. See LICENSE file.