We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eventuate-tram-messaging-http/eventuate-tram-messaging-proxy-service/Dockerfile
Line 5 in d2102bf
The new build creates source and javadoc jars and so COPY fails because the filecard matches multiple JARs.
The solution is for the Dockerfile to COPY build/libs/eventuate-tram-messaging-proxy-service-.jar
There are several parts to the solution:
The text was updated successfully, but these errors were encountered:
eventuate-tram#9: Eliminate wildcard Dockerfile needs to COPY build/l…
1063837
…ibs/eventuate-tram-messaging-proxy-service-<Gradle version>.jar
It took more time than expected. Because ARG position matters. https://benkyriakou.com/posts/docker-args-empty
Sorry, something went wrong.
Merge pull request #10 from dartartem/master
710fbd0
#9: Eliminate wildcard Dockerfile needs to COPY build/libs/eventuate-…
No branches or pull requests
eventuate-tram-messaging-http/eventuate-tram-messaging-proxy-service/Dockerfile
Line 5 in d2102bf
The new build creates source and javadoc jars and so COPY fails because the filecard matches multiple JARs.
The solution is for the Dockerfile to COPY build/libs/eventuate-tram-messaging-proxy-service-.jar
There are several parts to the solution:
The text was updated successfully, but these errors were encountered: