Skip to content

Console Output

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

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
 ---> b9570cebfea9
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> ee4eec90bacb
Step 5/14 : COPY . .
 ---> 9f326a8f11d4
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in b84ac5d5349d
Removing intermediate container b84ac5d5349d
 ---> 9750f8db1dbe
Step 7/14 : ARG TAG="unknown"
 ---> Running in 1d4c7d9a8fe9
Removing intermediate container 1d4c7d9a8fe9
 ---> 69463edaa851
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 69cd32218cf1
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=df1bde76 -X github.com/docker/app/internal.Version=jenkins-app-PR-683-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-15T08:59:03Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 69cd32218cf1
 ---> 312e421b977c
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 519403a6b075
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 519403a6b075
 ---> bc101d6b3551
Step 11/14 : USER cnab
 ---> Running in b2bc353dc1e6
Removing intermediate container b2bc353dc1e6
 ---> e647ca821a1c
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 029ac4655de0
Step 13/14 : WORKDIR /cnab/app
 ---> Running in ad22c035d673
Removing intermediate container ad22c035d673
 ---> 6e7024809636
Step 14/14 : CMD /cnab/app/run
 ---> Running in 415481ff9bfb
Removing intermediate container 415481ff9bfb
 ---> 0b44b4f29158
[Warning] One or more build-args [GOPROXY COMMIT] were not consumed
Successfully built 0b44b4f29158
Successfully tagged docker/cnab-app-base:jenkins-app-PR-683-6
docker save docker/cnab-app-base:jenkins-app-PR-683-6 -o _build/invocation-image.tar