-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for building with S2I on OpenShift #1306
Comments
@siamaksade see also #304 for a prior discussion re. S2I building with |
We should probably separate the (1) S2I build on OpenJDK from (1) S2I build for a native binary. This issue is to track (1). Will comment regarding (2) on #304 |
Sounds like a plan! I've updated the title of #304 accordingly (perhaps you'd like to do the same here and update the title of this issue with a "(non-native)" suffix). |
@siamaksade #1353 and quarkusio/quarkusio.github.io#126, based on the new quarkusio/quarkus-quickstarts#81, will provide this documentation. |
add getting-started-openshift-s2i (fixes #1306)
The current docs on the website use Dockerfile for building the app image:
https://quarkus.io/guides/kubernetes-guide
There should also be docs on how to use S2I and OpenJDK builder image for building non-native and possibly also native packaging on OpenShift.
The text was updated successfully, but these errors were encountered: