TIBCOSoftware / flogo

Project Flogo is an open source ecosystem of opinionated event-driven capabilities to simplify building efficient & modern serverless functions, microservices & edge apps.
http://flogo.io
BSD 3-Clause "New" or "Revised" License
2.43k stars 288 forks source link

Copy Failed #511

Open mohangr86 opened 5 years ago

mohangr86 commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

@mohangr86 were you able to resolve your issue?