You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image can't be used in other frameworks because it tries to find some native executable with prefix -runner
If we want to support native mode for S2I builds in other frameworks, we need to create some generic S2I base image to build a container image containing a native executable.
Expected Behavior
Native modes should be supported by S2I build strategy as well
Acceptance Criteria
Create S2I container image for running native executables
Update existing generators to use this image in OpenShift platform mode
The text was updated successfully, but these errors were encountered:
Component
None
Task description
Description
Related to #2138 #1714 #494
Currently, only Quarkus seems to support S2I build in native modes. It seems to be using base image provided by Quarkus:
https://github.com/eclipse/jkube/blob/34c6f4d6db099641100886903dc41cff963e9627/jkube-kit/jkube-kit-quarkus/src/main/java/org/eclipse/jkube/quarkus/generator/QuarkusGenerator.java#L145
This image can't be used in other frameworks because it tries to find some native executable with prefix
-runner
If we want to support native mode for S2I builds in other frameworks, we need to create some generic S2I base image to build a container image containing a native executable.
Expected Behavior
Native modes should be supported by S2I build strategy as well
Acceptance Criteria
The text was updated successfully, but these errors were encountered: