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-534-2 --build-arg=COMMIT=8ae76d8 --build-arg=ALPINE_VERSION=3.9.3 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-534-2 .
Sending build context to Docker daemon  77.29MB

Step 1/14 : ARG ALPINE_VERSION=3.9.3
Step 2/14 : FROM dockercore/golang-cross:1.12.4@sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51 AS build
sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51: Pulling from dockercore/golang-cross
e79bb959ec00: Pulling fs layer
d4b7902036fe: Pulling fs layer
1b2a72d4e030: Pulling fs layer
d54db43011fd: Pulling fs layer
963c818ebafc: Pulling fs layer
9eee6e7073aa: Pulling fs layer
83e75b35417b: Pulling fs layer
7efb36014a79: Pulling fs layer
fbc9c1ac3f47: Pulling fs layer
a4f197e4f2a4: Pulling fs layer
7c4ed0b9faee: Pulling fs layer
d54db43011fd: Waiting
963c818ebafc: Waiting
9eee6e7073aa: Waiting
83e75b35417b: Waiting
7efb36014a79: Waiting
fbc9c1ac3f47: Waiting
7c4ed0b9faee: Waiting
a4f197e4f2a4: Waiting
1b2a72d4e030: Verifying Checksum
1b2a72d4e030: Download complete
d4b7902036fe: Verifying Checksum
d4b7902036fe: Download complete
e79bb959ec00: Verifying Checksum
e79bb959ec00: Download complete
d54db43011fd: Verifying Checksum
d54db43011fd: Download complete
963c818ebafc: Verifying Checksum
963c818ebafc: Download complete
7efb36014a79: Verifying Checksum
7efb36014a79: Download complete
83e75b35417b: Verifying Checksum
83e75b35417b: Download complete
a4f197e4f2a4: Verifying Checksum
a4f197e4f2a4: Download complete
9eee6e7073aa: Verifying Checksum
9eee6e7073aa: Download complete
fbc9c1ac3f47: Verifying Checksum
fbc9c1ac3f47: Download complete
7c4ed0b9faee: Verifying Checksum
7c4ed0b9faee: Download complete
e79bb959ec00: Pull complete
d4b7902036fe: Pull complete
1b2a72d4e030: Pull complete
d54db43011fd: Pull complete
963c818ebafc: Pull complete
9eee6e7073aa: Pull complete
83e75b35417b: Pull complete
7efb36014a79: Pull complete
fbc9c1ac3f47: Pull complete
a4f197e4f2a4: Pull complete
7c4ed0b9faee: Pull complete
Digest: sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51
Status: Downloaded newer image for dockercore/golang-cross:1.12.4@sha256:7ccd2d90d99974c7aad84660638590547495cfd3b1c78e6b5971fe944bf1ca51
 ---> ef371a9b9a9a
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in c0741164a543
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (82.0 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24387 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container c0741164a543
 ---> 59e0946066a9
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in c6f6c06abee6
Removing intermediate container c6f6c06abee6
 ---> f8b42547c482
Step 5/14 : COPY . .
 ---> a085c6dba44e
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 1b22449f8b46
Removing intermediate container 1b22449f8b46
 ---> fc1c3fbbbf62
Step 7/14 : ARG TAG="unknown"
 ---> Running in 79ddfa047e2f
Removing intermediate container 79ddfa047e2f
 ---> 45178ede46e5
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in fb9103c959b1
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8ae76d86 -X github.com/docker/app/internal.Version=jenkins-app-PR-534-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T18:30:18Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container fb9103c959b1
 ---> 26d334c70c1d
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.9.3: Pulling from library/alpine
bdf0201b3a05: Pulling fs layer
bdf0201b3a05: Verifying Checksum
bdf0201b3a05: Download complete
bdf0201b3a05: Pull complete
Digest: sha256:28ef97b8686a0b5399129e9b763d5b7e5ff03576aa5580d6f4182a49c5fe1913
Status: Downloaded newer image for alpine:3.9.3
 ---> cdf98d1859c1
Step 10/14 : RUN apk add --no-cache ca-certificates strace && adduser -S cnab
 ---> Running in 79d19b5e6485
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
(1/2) Installing ca-certificates (20190108-r0)
(2/2) Installing strace (4.24-r0)
Executing busybox-1.29.3-r10.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 7 MiB in 16 packages
Removing intermediate container 79d19b5e6485
 ---> 76fbc826accf
Step 11/14 : USER cnab
 ---> Running in 4f30a37b8c74
Removing intermediate container 4f30a37b8c74
 ---> fbdb5048155e
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 29d126bcac08
Step 13/14 : WORKDIR /cnab/app
 ---> Running in fc460bb0ba15
Removing intermediate container fc460bb0ba15
 ---> c4f61d351597
Step 14/14 : CMD /cnab/app/run
 ---> Running in 2d4d9ae3f0a5
Removing intermediate container 2d4d9ae3f0a5
 ---> 81eb4089b4eb
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 81eb4089b4eb
Successfully tagged docker/cnab-app-base:jenkins-app-PR-534-2
docker save docker/cnab-app-base:jenkins-app-PR-534-2 -o _build/invocation-image.tar