Skip to content

Console Output

+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=invocation -t docker/cnab-app-base:jenkins-app-PR-662-1 .
Sending build context to Docker daemon  73.03MB

Step 1/14 : ARG ALPINE_VERSION=3.10.1
Step 2/14 : FROM golang:1.13.0 AS build
 ---> c4d6fdf2260a
Step 3/14 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> dae835f8c7ff
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 0ac6cbdd5194
Step 5/14 : COPY . .
 ---> 34e90d608ce3
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in d144d2978f4c
Removing intermediate container d144d2978f4c
 ---> 5976754edb55
Step 7/14 : ARG TAG="unknown"
 ---> Running in 71b3a3ce744a
Removing intermediate container 71b3a3ce744a
 ---> 4b4a22790fcc
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 5b0f5b9a2c02
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=631171a1 -X github.com/docker/app/internal.Version=jenkins-app-PR-662-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:15:21Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 5b0f5b9a2c02
 ---> 51e15ca43807
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
 ---> b7b28af77ffe
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 5b1203bd7c57
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
(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 5b1203bd7c57
 ---> 415fbe8b1dca
Step 11/14 : USER cnab
 ---> Running in 3a3a5ea3f6f8
Removing intermediate container 3a3a5ea3f6f8
 ---> ff2e24b80f1c
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> f10c5c47abb3
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 8d645a1020b7
Removing intermediate container 8d645a1020b7
 ---> 37b6b0d27e41
Step 14/14 : CMD /cnab/app/run
 ---> Running in 5094255f4982
Removing intermediate container 5094255f4982
 ---> c04527676aa6
[Warning] One or more build-args [GOPROXY COMMIT] were not consumed
Successfully built c04527676aa6
Successfully tagged docker/cnab-app-base:jenkins-app-PR-662-1
docker save docker/cnab-app-base:jenkins-app-PR-662-1 -o _build/invocation-image.tar