Skip to content

Console Output

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

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
 ---> 5ad30b150f5c
Step 4/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 129e51314767
Step 5/13 : COPY . .
 ---> 750340ea70c8
Step 6/13 : ARG TAG="unknown"
 ---> Running in 46711180a690
Removing intermediate container 46711180a690
 ---> 312343c5d02e
Step 7/13 : RUN make BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 0236d18eb555
CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=4158c4b0 -X github.com/docker/app/internal.Version=jenkins-app-PR-702-5 -X github.com/docker/app/internal.BuildTime=2019-10-22T10:59:04Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 0236d18eb555
 ---> bc3a96d559cd
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 a7451863e8c8
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 a7451863e8c8
 ---> 5e67776525f4
Step 10/13 : USER cnab
 ---> Running in bd5609df181f
Removing intermediate container bd5609df181f
 ---> 6ccae2301bf8
Step 11/13 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> db73445b9bbe
Step 12/13 : WORKDIR /cnab/app
 ---> Running in b9914e6e79ad
Removing intermediate container b9914e6e79ad
 ---> 181720161ad8
Step 13/13 : CMD /cnab/app/run
 ---> Running in 42e91d086f18
Removing intermediate container 42e91d086f18
 ---> 77f6b1adb7d3
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 77f6b1adb7d3
Successfully tagged docker/cnab-app-base:jenkins-app-PR-702-5
docker save docker/cnab-app-base:jenkins-app-PR-702-5 -o _build/invocation-image.tar