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
In practice, it seems jboss.container.java.s2i.bash "wins". The copy in jboss.container.maven.s2i should be removed, and how we ended up in this situation explored.
For ubi9, the common files are modules/s2i/bash/artifacts/usr/local/s2i/assemble and modules/maven/s2i/artifacts/usr/local/s2i/assemble. Both were created when I copied in the cct_module contents (OPENJDK-112), and haven't been touched since. (in cct_module, they both date from CLOUD-2477 refactor maven modules and haven't been touched since.)
The maven module also copies in save-artifacts and the s2i module run, s2i-setup, and usage.
The same is true for ubi8.
The S2I copy is slightly more advanced.
The ideal solution would be for the modules to be merged, IMHO: there's no need for them to be separated for the OpenJDK container sources (it made more sense when other products might consume one of the two, but not both)
The text was updated successfully, but these errors were encountered:
In practice, it seems jboss.container.java.s2i.bash "wins". The copy in jboss.container.maven.s2i should be removed, and how we ended up in this situation explored.
For ubi9, the common files are
modules/s2i/bash/artifacts/usr/local/s2i/assemble
andmodules/maven/s2i/artifacts/usr/local/s2i/assemble
. Both were created when I copied in the cct_module contents (OPENJDK-112), and haven't been touched since. (in cct_module, they both date from CLOUD-2477 refactor maven modules and haven't been touched since.)The maven module also copies in
save-artifacts
and the s2i modulerun
,s2i-setup
, andusage
.The same is true for ubi8.
The S2I copy is slightly more advanced.
The ideal solution would be for the modules to be merged, IMHO: there's no need for them to be separated for the OpenJDK container sources (it made more sense when other products might consume one of the two, but not both)
The text was updated successfully, but these errors were encountered: