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
[OPENJDK-631] adjust S2I_SOURCE_DEPLOYMENTS_FILTER for Quarkus
Alter the default value of S2I_SOURCE_DEPLOYMENTS_FILTER from
"*.jar" to "*.jar quarkus-app". For the default Quarkus build
layout (fast jar), these are the required path components to copy
out of the build directory (target).
There is a very low risk that a non-quarkus app has a path
matching quarkus-app in its build directory which should not be
copied into the resulting image. The mitigation in such a scenario
is to override S2I_SOURCE_DEPLOYMENTS_FILTER.
Remove the duplicate definition of S2I_SOURCE_DEPLOYMENTS_FILTER
from modules/s2i/bash/module.yaml, retaining only the one in
modules/s2i/core/module.yaml. The reason for the duplication is
historical: other products overrode the value with different
defaults (* -> *.jar for us; *.war for JWS, etc.) in other modules.
Signed-off-by: Jonathan Dowland <[email protected]>
0 commit comments