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
- Host: GitHub
- URL: https://github.com/ctron/s2i-java-openj9
- Owner: ctron
- Created: 2018-07-26T13:03:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T07:36:44.000Z (over 7 years ago)
- Last Synced: 2025-02-23T11:17:31.888Z (10 months ago)
- Topics: java, openj9, openshift, s2i, s2i-image
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eclipse OpenJ9 Source-to-Image builder image [](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!