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-655-47 .
Sending build context to Docker daemon  75.57MB

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
 ---> d977a49a3c2f
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> c9b6a1922b69
Step 5/14 : COPY . .
 ---> 28f1ec7393bd
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 9f00a6c15782
Removing intermediate container 9f00a6c15782
 ---> 6695572ba9b6
Step 7/14 : ARG TAG="unknown"
 ---> Running in c23b1bc3a506
Removing intermediate container c23b1bc3a506
 ---> c98a439f0a34
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 1a34a168351b
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=32818315 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-47 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T13:16:12Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 1a34a168351b
 ---> 8590a0ccecf5
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 f04564e058ef
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 f04564e058ef
 ---> 28c3dece6476
Step 11/14 : USER cnab
 ---> Running in b89498ed3509
Removing intermediate container b89498ed3509
 ---> 2db78c1ceda6
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 029e22d66435
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 3ff8a48442a5
Removing intermediate container 3ff8a48442a5
 ---> e3206a4a62cc
Step 14/14 : CMD /cnab/app/run
 ---> Running in d99c6e60af52
Removing intermediate container d99c6e60af52
 ---> aeef5210be86
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built aeef5210be86
Successfully tagged docker/cnab-app-base:jenkins-app-PR-655-47
docker save docker/cnab-app-base:jenkins-app-PR-655-47 -o _build/invocation-image.tar