Skip to content
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

Copy Failed #511

Open
mohangr86 opened this issue Oct 30, 2019 · 2 comments
Open

Copy Failed #511

mohangr86 opened this issue Oct 30, 2019 · 2 comments

Comments

@mohangr86
Copy link

Hi Team,

we are getting this error, while running the build., Please check and help us.

C:\Flogo>docker build . -t http-poc_windows_amd64:0.0.1
Sending build context to Docker daemon 13.73MB
Step 1/5 : FROM alpine
latest: Pulling from library/alpine
89d9c30c1d48: Pull complete
Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
Status: Downloaded newer image for alpine:latest
---> 965ea09ff2eb
Step 2/5 : RUN apk update && apk add ca-certificates
---> Running in eacd6152f1f7
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
v3.10.3-11-g33bd61f256 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main]
v3.10.3-13-g8068beb776 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community]
OK: 10338 distinct packages available
(1/1) Installing ca-certificates (20190108-r0)
Executing busybox-1.30.1-r2.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 6 MiB in 15 packages
Removing intermediate container eacd6152f1f7
---> 55a5a512233a
Step 3/5 : COPY http-poc_windows_amd64 http-poc_windows_amd64
COPY failed: stat /var/lib/docker/tmp/docker-builder250956773/http-poc_windows_amd64: no such file or directory

Version : Flogo v0.9.2

@retgits
Copy link
Contributor

retgits commented Oct 30, 2019

Can you check the directory you're running the command in has a file called http-poc_windows_amd64? Step 3 seems to fail because it tries to copy that file into your docker container and cannot find that file.

@mellistibco
Copy link
Collaborator

@mohangr86 were you able to resolve your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants