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-651-7 .
Sending build context to Docker daemon  72.93MB

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
 ---> 3028eb7e3e38
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 80596375c30d
Step 5/14 : COPY . .
 ---> 65147d42f4e2
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in e773ee07e48d
Removing intermediate container e773ee07e48d
 ---> 06b2798bdaf0
Step 7/14 : ARG TAG="unknown"
 ---> Running in 2afd3a83ecc6
Removing intermediate container 2afd3a83ecc6
 ---> 8ac8dffbc22d
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 8ee6865b355f
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=79c5a883 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-7 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:44:40Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 8ee6865b355f
 ---> 257c1677b611
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 90a416f12a15
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 90a416f12a15
 ---> 6339e6c9d3f5
Step 11/14 : USER cnab
 ---> Running in 2a3e23ee8a04
Removing intermediate container 2a3e23ee8a04
 ---> e132ac98bbe7
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 89e34af61f40
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 85e963941e6d
Removing intermediate container 85e963941e6d
 ---> ab82dbada0b4
Step 14/14 : CMD /cnab/app/run
 ---> Running in 56c978ac1281
Removing intermediate container 56c978ac1281
 ---> 0cb4f02dbd1c
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 0cb4f02dbd1c
Successfully tagged docker/cnab-app-base:jenkins-app-PR-651-7
docker save docker/cnab-app-base:jenkins-app-PR-651-7 -o _build/invocation-image.tar