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-612-2 .
Sending build context to Docker daemon  79.45MB

Step 1/14 : ARG ALPINE_VERSION=3.10.1
Step 2/14 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 0eb632212259
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (355 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 ... 25419 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
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 0eb632212259
 ---> 2626148df4b1
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in a2f4cf7fae1e
Removing intermediate container a2f4cf7fae1e
 ---> 3d73a8aaea16
Step 5/14 : COPY . .
 ---> f7c2449d5761
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 3efe59c4a78b
Removing intermediate container 3efe59c4a78b
 ---> 91f3c9909acb
Step 7/14 : ARG TAG="unknown"
 ---> Running in a4eac7488275
Removing intermediate container a4eac7488275
 ---> 598c6b5bf218
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in b6c944d912ac
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=29f8fee5 -X github.com/docker/app/internal.Version=jenkins-app-PR-612-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-18T16:46:14Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container b6c944d912ac
 ---> 143a052e5b00
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 8bdff642ee22
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 8bdff642ee22
 ---> 0d7dfa6ed08e
Step 11/14 : USER cnab
 ---> Running in 66d304af99e3
Removing intermediate container 66d304af99e3
 ---> edd849ad9d40
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> c07134f6cf7f
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 293239872eb9
Removing intermediate container 293239872eb9
 ---> e6b2f4bf46f0
Step 14/14 : CMD /cnab/app/run
 ---> Running in adddd2d452b3
Removing intermediate container adddd2d452b3
 ---> 8986e40886a6
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 8986e40886a6
Successfully tagged docker/cnab-app-base:jenkins-app-PR-612-2
docker save docker/cnab-app-base:jenkins-app-PR-612-2 -o _build/invocation-image.tar