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
Generate sample project. Take Dockerfile.multistage from documentation.
Try to build with command:
docker build -f src/main/docker/Dockerfile.multistage -t quarkus-quickstart/getting-started .
Success build
Build fails with message: ` Step 12/16 : COPY --from=build /project/target/*-runner /work/application
COPY failed: no source files were specified `
No response
uname -a
ver
Linux 5.11.0-22-generic #23-Ubuntu SMP Thu Jun 17 00:34:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
java -version
2.1.2.Final
mvnw --version
gradlew --version
docker --version Docker version 20.10.8, build 3967b7d
The text was updated successfully, but these errors were encountered:
Is this still an issue?
Sorry, something went wrong.
Dockerfile on site has been updated but it also fails. Here is workaround that works for me
I tried this and I am no longer seeing the error. @artempl feel free to reopen if you disagree.
No branches or pull requests
Describe the bug
Generate sample project. Take Dockerfile.multistage from documentation.
Try to build with command:
docker build -f src/main/docker/Dockerfile.multistage -t quarkus-quickstart/getting-started .
Expected behavior
Success build
Actual behavior
Build fails with message:
`
Step 12/16 : COPY --from=build /project/target/*-runner /work/application
COPY failed: no source files were specified
`
How to Reproduce?
No response
Output of
uname -a
orver
Linux 5.11.0-22-generic #23-Ubuntu SMP Thu Jun 17 00:34:23 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.1.2.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
docker --version
Docker version 20.10.8, build 3967b7d
The text was updated successfully, but these errors were encountered: