You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: