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-643-6 .
Sending build context to Docker daemon  72.92MB

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
 ---> 7ed0f444ddfe
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 3f342c269145
Step 5/14 : COPY . .
 ---> 7fe13c29984f
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 658711d7021a
Removing intermediate container 658711d7021a
 ---> 959562bda131
Step 7/14 : ARG TAG="unknown"
 ---> Running in b005f870c79c
Removing intermediate container b005f870c79c
 ---> 52782920e0cf
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 25099d38d176
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=82e49481 -X github.com/docker/app/internal.Version=jenkins-app-PR-643-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-27T14:10:18Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 25099d38d176
 ---> 210b59737d69
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 a35c08ee5fdf
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 a35c08ee5fdf
 ---> 55e950199f0e
Step 11/14 : USER cnab
 ---> Running in 812e13d6c1a5
Removing intermediate container 812e13d6c1a5
 ---> 7c6403220979
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> bc7978e16d98
Step 13/14 : WORKDIR /cnab/app
 ---> Running in a2f3574e4362
Removing intermediate container a2f3574e4362
 ---> ebb809f19b11
Step 14/14 : CMD /cnab/app/run
 ---> Running in 7619d491365d
Removing intermediate container 7619d491365d
 ---> 20b36848befa
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 20b36848befa
Successfully tagged docker/cnab-app-base:jenkins-app-PR-643-6
docker save docker/cnab-app-base:jenkins-app-PR-643-6 -o _build/invocation-image.tar