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-652-5 .
Sending build context to Docker daemon  73.01MB

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
 ---> 8f4d276fb90e
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> f2a4f44b3c61
Step 5/14 : COPY . .
 ---> 555b9bfbd4ec
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 177976eb8235
Removing intermediate container 177976eb8235
 ---> 4f9d30bbaf02
Step 7/14 : ARG TAG="unknown"
 ---> Running in d736c4ed4a50
Removing intermediate container d736c4ed4a50
 ---> cf2d16eeb018
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 6e3233052fc5
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1d919ae0 -X github.com/docker/app/internal.Version=jenkins-app-PR-652-5 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T14:37:42Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 6e3233052fc5
 ---> f7f9698c7672
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 fd737603e221
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 fd737603e221
 ---> ac6c089f5720
Step 11/14 : USER cnab
 ---> Running in cc7f21368225
Removing intermediate container cc7f21368225
 ---> 9071b7555ec8
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 16d199625245
Step 13/14 : WORKDIR /cnab/app
 ---> Running in f82f1e029c14
Removing intermediate container f82f1e029c14
 ---> 80b8aea01e8f
Step 14/14 : CMD /cnab/app/run
 ---> Running in 84f9c459cc10
Removing intermediate container 84f9c459cc10
 ---> 193cbbae0b5c
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 193cbbae0b5c
Successfully tagged docker/cnab-app-base:jenkins-app-PR-652-5
docker save docker/cnab-app-base:jenkins-app-PR-652-5 -o _build/invocation-image.tar