An open API service indexing awesome lists of open source software.

https://github.com/ctron/s2i-java-openj9

OpenShift source-to-image builder using Eclipe OpenJ9
https://github.com/ctron/s2i-java-openj9

java openj9 openshift s2i s2i-image

Last synced: 4 months ago
JSON representation

OpenShift source-to-image builder using Eclipe OpenJ9

Awesome Lists containing this project

README

          

# Eclipse OpenJ9 Source-to-Image builder image [![Docker Build](https://img.shields.io/docker/build/ctron/s2i-java-openj9.svg)](https://hub.docker.com/r/ctron/s2i-java-openj9 "Docker Build Status")

This repository contains an S2I builder image for OpenShift using [Eclipse OpenJ9](https://www.eclipse.org/openj9/) (based on OpenJDK and Java 8).

This image is intended to be a drop in replacement for [fabric8/s2i-java](https://hub.docker.com/r/fabric8/s2i-java/).

It is based on the Java S2I image from [farbic8io-images/java](https://github.com/fabric8io-images/s2i#java-s2i-builder-image). It downloads and unpacks OpenJ9 in addition and uses the "alternatives" system to redirect all Java commands to OpenJ9.

**Note:** This is for testing only. Use at your own risk!