ryan
07/26/2021, 3:33 PMStep 5/7 : COPY ./build/binary-bundle/linux/fleet ./build/binary-bundle/linux/fleetctl /usr/bin/
COPY failed: file not found in build context or excluded by .dockerignore: stat build/binary-bundle/linux/fleet: file does not exist
Tomas Touceda
07/26/2021, 3:51 PMryan
07/26/2021, 5:47 PM[+] Building 1.8s (8/8) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 348B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 106B 0.0s
=> [internal] load metadata for <http://docker.io/library/alpine:latest|docker.io/library/alpine:latest> 1.1s
=> [internal] load build context 0.0s
=> => transferring context: 2B 0.0s
=> CACHED [1/4] FROM <http://docker.io/library/alpine@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d|docker.io/library/alpine@sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d> 0.0s
=> CANCELED [2/4] RUN apk --update add ca-certificates 0.4s
=> CACHED [3/4] RUN addgroup -S fleet && adduser -S fleet -G fleet 0.0s
=> ERROR [4/4] COPY ./build/binary-bundle/linux/fleet ./build/binary-bundle/linux/fleetctl /usr/bin/ 0.0s
gcloud run deploy --image <http://gcr.io/PROJECT-ID/helloworld|gcr.io/PROJECT-ID/helloworld>
Tomas Touceda
07/26/2021, 7:17 PMryan
07/26/2021, 9:09 PM