COPY failed: . . allure-docker-api: no such file or directory
See original GitHub issueApologies from a docker newbie if I “did the wrong thing” wishing to push an allure instance to GCP.
Using https://github.com/fescobar/allure-docker-service/blob/master/docker/Dockerfile.bionic
gcloud builds submit . . .
Step 19/67 : COPY allure-docker-api $ROOT_DIR/allure-docker-api COPY failed: stat /var/lib/docker/tmp/docker-builder133308070/allure-docker-api: no such file or directory
What did I do wrong? Are there steps someplace to help a Docker newbie get success pushing your Docker container to gcp? (I have the container running locally and can even get reports)
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
COPY failed: no such file or directory - docker - Stack Overflow
WORKDIR switches working directory in docker image, but not in host. COPY app/requirements.txt /home/app/. It works correctly.
Read more >How to fix docker copy failed: stat no such file or directory?
Guide for troubleshooting -https://jhooq.com/docker- copy - failed - no -source- files -were-specified=============================...
Read more >Docker COPY issue - "no such file or directory" - Server Fault
For following error, COPY failed: stat. I got it around by restarting docker service.
Read more >COPY failed: stat /var/lib/docker/tmp ... - Torben Pedersen
NET Core project, the error 'no such file or directory' can occur if the right build context is missing. In Visual Studio generated...
Read more >allure-docker-service/community - Gitter
/app/allure-docker-api/static/projects/xxx/reports/xxx/* has same files ... to LATEST folder instead of just copy-pasting results to BUILD_ORDER folder.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
And I guess this was less of a docker specific issue than simply understanding the peace parts of the allure solution and what is actually in each of the repos you have here
On Tue, May 11, 2021 at 7:34 AM bruce bookman @.***> wrote:
– Bruce Bookman
Thank you! This makes sense.
On Tue, May 11, 2021 at 7:12 AM fescobar @.***> wrote:
– Bruce Bookman