These are the OpenJDK Source to Image (S2I) images for Red Hat OpenShift.
The UBI9-based OpenJDK images are available under the terms of the UBI EULA.
Older RHEL7 and RHEL8-based image sources are in the rhel7
and ubi8
branches respectively.
You need to install Cekit to build these images.
These sources are prepared and tested for Cekit 4.1.1.
cekit --descriptor ubi9-openjdk-11.yaml build podman
This will produce an image named ubi9/openjdk-11
.
cekit --descriptor ubi9-openjdk-17.yaml build podman
This will produce an image named ubi9/openjdk-17
.
cekit --descriptor ubi9-openjdk-11-runtime.yaml build podman
This will produce an image named ubi9/openjdk-11-runtime
.
We welcome contributions! For patches, a Developer Certificate of Origin (DCO) is required. See CONTRIBUTING.md.
© 2022 Red Hat, Inc. Distributed under the terms of the Apache License, Version 2.0. See LICENSE file.