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-667-1 .
Sending build context to Docker daemon  73.04MB

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
 ---> 37bbee4e5b0a
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 3f469284319a
Step 5/14 : COPY . .
 ---> 9c96bfc7e71d
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in d15e1944b849
Removing intermediate container d15e1944b849
 ---> fec6fae3390d
Step 7/14 : ARG TAG="unknown"
 ---> Running in 2cba5733e736
Removing intermediate container 2cba5733e736
 ---> 26fc6655a7a3
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 9c9bc9d61f55
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=41ce0fae -X github.com/docker/app/internal.Version=jenkins-app-PR-667-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T08:16:40Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 9c9bc9d61f55
 ---> fdc7d70984c5
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.10.1: Pulling from library/alpine
050382585609: Pulling fs layer
050382585609: Download complete
050382585609: Pull complete
Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998
Status: Downloaded newer image for alpine:3.10.1
 ---> b7b28af77ffe
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 6f4771cd440c
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 6f4771cd440c
 ---> 788291c27072
Step 11/14 : USER cnab
 ---> Running in edbf9ab094e6
Removing intermediate container edbf9ab094e6
 ---> 54f1e1141fb1
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> fb5d487ede47
Step 13/14 : WORKDIR /cnab/app
 ---> Running in fbb3f6040cfd
Removing intermediate container fbb3f6040cfd
 ---> 37123103b7a4
Step 14/14 : CMD /cnab/app/run
 ---> Running in 07c6b9687b74
Removing intermediate container 07c6b9687b74
 ---> 1f365e2da8d3
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 1f365e2da8d3
Successfully tagged docker/cnab-app-base:jenkins-app-PR-667-1
docker save docker/cnab-app-base:jenkins-app-PR-667-1 -o _build/invocation-image.tar