-
Notifications
You must be signed in to change notification settings - Fork 417
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
YAS-0002 fix docker build with versioning #760
Conversation
Quality Gate passed for 'storefront-bff'Issues Measures |
Quality Gate passed for 'rating'Issues Measures |
Quality Gate passed for 'backoffice-bff'Issues Measures |
Quality Gate passed for 'customer'Issues Measures |
Quality Gate passed for 'media'Issues Measures |
Quality Gate passed for 'inventory'Issues Measures |
Quality Gate passed for 'yas'Issues Measures |
Quality Gate passed for 'order'Issues Measures |
Quality Gate passed for 'product'Issues Measures |
Quality Gate passed for 'payment'Issues Measures |
Quality Gate passed for 'search'Issues Measures |
Quality Gate passed for 'promotion'Issues Measures |
Quality Gate passed for 'tax'Issues Measures |
Quality Gate passed for 'location'Issues Measures |
From the last changing, the output jar version was updated by parent version, and these version can be changed any time. But the dockerfile is using the fixing version, that is the cause of deploy fail. To fix that, all the dockerfile using jar will the command copy with
*
to the target jar to app.jar and run with that name.