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-552-2 --build-arg=COMMIT=ffdbaa0 --build-arg=ALPINE_VERSION=3.9.4 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-552-2 .
Sending build context to Docker daemon  77.41MB

Step 1/14 : ARG ALPINE_VERSION=3.9.4
Step 2/14 : FROM dockercore/golang-cross:1.12.5@sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253 AS build
sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253: Pulling from dockercore/golang-cross
c5e155d5a1d1: Pulling fs layer
221d80d00ae9: Pulling fs layer
4250b3117dca: Pulling fs layer
3b7ca19181b2: Pulling fs layer
aa24759e848f: Pulling fs layer
927e9eaeed19: Pulling fs layer
66293f4dacbd: Pulling fs layer
663e08ec2487: Pulling fs layer
5b0b2e68f6ad: Pulling fs layer
b6cecf9fbb5b: Pulling fs layer
6a7c997bd192: Pulling fs layer
aa24759e848f: Waiting
927e9eaeed19: Waiting
66293f4dacbd: Waiting
663e08ec2487: Waiting
5b0b2e68f6ad: Waiting
b6cecf9fbb5b: Waiting
6a7c997bd192: Waiting
3b7ca19181b2: Waiting
4250b3117dca: Verifying Checksum
4250b3117dca: Download complete
221d80d00ae9: Verifying Checksum
221d80d00ae9: Download complete
c5e155d5a1d1: Verifying Checksum
c5e155d5a1d1: Download complete
3b7ca19181b2: Verifying Checksum
3b7ca19181b2: Download complete
66293f4dacbd: Verifying Checksum
66293f4dacbd: Download complete
aa24759e848f: Verifying Checksum
aa24759e848f: Download complete
663e08ec2487: Verifying Checksum
663e08ec2487: Download complete
b6cecf9fbb5b: Verifying Checksum
b6cecf9fbb5b: Download complete
927e9eaeed19: Verifying Checksum
927e9eaeed19: Download complete
5b0b2e68f6ad: Verifying Checksum
5b0b2e68f6ad: Download complete
c5e155d5a1d1: Pull complete
6a7c997bd192: Verifying Checksum
6a7c997bd192: Download complete
221d80d00ae9: Pull complete
4250b3117dca: Pull complete
3b7ca19181b2: Pull complete
aa24759e848f: Pull complete
927e9eaeed19: Pull complete
66293f4dacbd: Pull complete
663e08ec2487: Pull complete
5b0b2e68f6ad: Pull complete
b6cecf9fbb5b: Pull complete
6a7c997bd192: Pull complete
Digest: sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253
Status: Downloaded newer image for dockercore/golang-cross:1.12.5@sha256:15b5f9805c0395d3ad80f9354ee358312e1abe3a683ce80371ad0551199ff253
 ---> d2763b08751b
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 7c6abcd2e982
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 0 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 (73.5 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 7c6abcd2e982
 ---> 4e11d8e98af4
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in be24eeed1943
Removing intermediate container be24eeed1943
 ---> c89faf1dfe59
Step 5/14 : COPY . .
 ---> e3b70eee10f5
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 9ae5ecc6fbab
Removing intermediate container 9ae5ecc6fbab
 ---> 90342ebde513
Step 7/14 : ARG TAG="unknown"
 ---> Running in a4a8c7a21567
Removing intermediate container a4a8c7a21567
 ---> b75f85bb819a
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in bc32b2de0f2a
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=ffdbaa08 -X github.com/docker/app/internal.Version=jenkins-app-PR-552-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T18:30:19Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container bc32b2de0f2a
 ---> d2b7ded3716b
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.9.4: Pulling from library/alpine
e7c96db7181b: Pulling fs layer
e7c96db7181b: Download complete
e7c96db7181b: Pull complete
Digest: sha256:7746df395af22f04212cd25a92c1d6dbc5a06a0ca9579a229ef43008d4d1302a
Status: Downloaded newer image for alpine:3.9.4
 ---> 055936d39205
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in df04bb4243a2
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/1) Installing ca-certificates (20190108-r0)
Executing busybox-1.29.3-r10.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 6 MiB in 15 packages
Removing intermediate container df04bb4243a2
 ---> def52df63914
Step 11/14 : USER cnab
 ---> Running in 903e6222571c
Removing intermediate container 903e6222571c
 ---> 9717a45d8dc0
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> e40e9d00076b
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 788f836fc651
Removing intermediate container 788f836fc651
 ---> ffeff52fb49f
Step 14/14 : CMD /cnab/app/run
 ---> Running in efba1b846c88
Removing intermediate container efba1b846c88
 ---> 4f8294b6e75b
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 4f8294b6e75b
Successfully tagged docker/cnab-app-base:jenkins-app-PR-552-2
docker save docker/cnab-app-base:jenkins-app-PR-552-2 -o _build/invocation-image.tar