Skip to content

Console Output

+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-710-6 --build-arg COMMIT=5fe27390 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-710-6 .
Sending build context to Docker daemon  76.15MB

Step 1/13 : ARG ALPINE_VERSION=3.10.1
Step 2/13 : FROM golang:1.13.0 AS build
 ---> c4d6fdf2260a
Step 3/13 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 3ac6b0ae05d8
Step 4/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> aeaff2680d55
Step 5/13 : COPY . .
 ---> 3ac74919e9de
Step 6/13 : ARG TAG="unknown"
 ---> Running in 4fc861ebe7c5
Removing intermediate container 4fc861ebe7c5
 ---> df8c71976291
Step 7/13 : RUN make BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in e860480b2ee4
CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5fe27390 -X github.com/docker/app/internal.Version=jenkins-app-PR-710-6 -X github.com/docker/app/internal.BuildTime=2019-10-25T08:28:23Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container e860480b2ee4
 ---> 2d46010addc1
Step 8/13 : FROM alpine:${ALPINE_VERSION} as invocation
 ---> b7b28af77ffe
Step 9/13 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 33eceaea5948
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 33eceaea5948
 ---> dfe1f7f9dc84
Step 10/13 : USER cnab
 ---> Running in feb2c551d945
Removing intermediate container feb2c551d945
 ---> 8ec73658d4f3
Step 11/13 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> bfaed17c33d7
Step 12/13 : WORKDIR /cnab/app
 ---> Running in 911f5a236203
Removing intermediate container 911f5a236203
 ---> eaa5fb57c693
Step 13/13 : CMD /cnab/app/run
 ---> Running in 8b7691ae5515
Removing intermediate container 8b7691ae5515
 ---> 14ffdc9452ba
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 14ffdc9452ba
Successfully tagged docker/cnab-app-base:jenkins-app-PR-710-6
docker save docker/cnab-app-base:jenkins-app-PR-710-6 -o _build/invocation-image.tar