-
Notifications
You must be signed in to change notification settings - Fork 79
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
S2I_SOURCE_DEPLOYMENTS_FILTER does not support sub-directories #336
Comments
text from that issue: While working on quarkusio/quarkus-quickstarts#81, I'm using:
seeing this:
I've therefore attempted to use
as, according to https://github.com/jboss-openshift/cct_module/blob/master/jboss/container/s2i/core/api/README.adoc (which is somewhat hard to find BTW, see #74), it's a "Space separated list of filters to be applied when copying deployments." ...
... but this does not work. Upon investigating this, I found that it does not actually copy the |
@vorburger did you also specify I've started trying to trace down precisely why we are claiming This is also relevant: https://issues.jboss.org/browse/CLOUD-3126 ("The openjdk18-openshift image has a bug when dealing with multi module maven projects") which appears on the surface to be the same problem. |
Has this been solved meanwhile? If so: how? |
Same here? We are facing the same issue in Quarkus. Any ETA? |
This is what we do now:
The script_debug is technically not needed, but extremely helpful when having those kinds of issues. external/ is the dir, where in our multi-mvn-project build the final artifacts are put. |
Thanks @pilhuhn ! |
@cescoffier Yes |
Thanks for the help @pilhuhn If someone is looking for the Quarkus version, here it is. In the
|
With this new quarkus version, i can´t use this command. Someone can help? this works |
Which quarkus version exactly are you using -- 1.13.3.Final or something else? Here's a working set of environment variables as specified for the getting-started quickstart for 1.13.3.Final:
I think the above variables should work for any Quarkus version since the switch to "fast-jar" build layout by default. |
Thanks! this works for me! |
https://github.com/jboss-container-images/openjdk/issues/75
The text was updated successfully, but these errors were encountered: