Sun S. D. Tan

Results 98 comments of Sun S. D. Tan

@cdprete hey, so we have discussed with the team and it is taking time for us (among the others tasks we are working on) The problem is that it is...

Hey @kameshsampath, is the plan, you to contribute a first draft of this feature and us to review it? Let us know.

@rohanKanojia yes I think it would make sense

I seems to work with tomcat and jetty. But with wildfly: ``` Receiving source from STDIN as archive ... time="2022-03-07T16:34:06Z" level=info msg="Not using native diff for overlay, this may cause...

this is strange, it's trying to use `jboss/wildfly:25.0.0.Final` as base image, but I see ``` jkube-kit/generator/webapp/target/classes/META-INF/jkube/default-images.properties 19:wildfly.upstream.docker=jboss/wildfly:25.0.0.Final 20:wildfly.upstream.s2i=quay.io/wildfly/wildfly-centos7:26.0 21:wildfly.upstream.istag=wildfly:26.0 ``` should be using `quay.io/wildfly/wildfly-centos7:26.0` as it is an s2i build.

with Maven it is working fine: ``` [INFO] oc: Starting Build webapp-wildfly-datasource-s2i [INFO] oc: Waiting for build webapp-wildfly-datasource-s2i-1 to complete... [INFO] oc: time="2022-03-08T09:10:52Z" level=info msg="Not using native diff for overlay,...

In gradle ``` > Task :ocBuild oc: Running in OpenShift mode oc: Running generator webapp oc: webapp: Using jboss/wildfly:25.0.0.Final as base image for webapp oc: Using OpenShift build with strategy...

what is strange is that the log `Using OpenShift build with strategy S2I` is after `webapp: Using jboss/wildfly:25.0.0.Final as base image for webapp`

debugging in progress: https://github.com/eclipse/jkube/blob/master/jkube-kit%2Fgenerator%2Fapi%2Fsrc%2Fmain%2Fjava%2Forg%2Feclipse%2Fjkube%2Fgenerator%2Fapi%2FFromSelector.java#L43 strategy is `null`