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-598-5 --build-arg=COMMIT=95438af --build-arg=ALPINE_VERSION=3.10.0 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-598-5 .
Sending build context to Docker daemon  79.34MB

Step 1/14 : ARG ALPINE_VERSION=3.10.0
Step 2/14 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0: Pulling from dockercore/golang-cross
6f2f362378c5: Pulling fs layer
494c27a8a6b8: Pulling fs layer
7596bb83081b: Pulling fs layer
372744b62d49: Pulling fs layer
0658c6765517: Pulling fs layer
fc2529ce2b56: Pulling fs layer
c9a1ca7e4a49: Pulling fs layer
9cb007b625e0: Pulling fs layer
372744b62d49: Waiting
0658c6765517: Waiting
fc2529ce2b56: Waiting
c9a1ca7e4a49: Waiting
5b77a9aeb53a: Pulling fs layer
9cb007b625e0: Waiting
5b77a9aeb53a: Waiting
df909c395891: Pulling fs layer
0f5c4bd299cb: Pulling fs layer
df909c395891: Waiting
0f5c4bd299cb: Waiting
7596bb83081b: Verifying Checksum
7596bb83081b: Download complete
494c27a8a6b8: Verifying Checksum
494c27a8a6b8: Download complete
6f2f362378c5: Verifying Checksum
6f2f362378c5: Download complete
372744b62d49: Verifying Checksum
372744b62d49: Download complete
c9a1ca7e4a49: Verifying Checksum
c9a1ca7e4a49: Download complete
0658c6765517: Verifying Checksum
0658c6765517: Download complete
9cb007b625e0: Verifying Checksum
9cb007b625e0: Download complete
df909c395891: Verifying Checksum
df909c395891: Download complete
fc2529ce2b56: Verifying Checksum
fc2529ce2b56: Download complete
5b77a9aeb53a: Verifying Checksum
5b77a9aeb53a: Download complete
0f5c4bd299cb: Verifying Checksum
0f5c4bd299cb: Download complete
6f2f362378c5: Pull complete
494c27a8a6b8: Pull complete
7596bb83081b: Pull complete
372744b62d49: Pull complete
0658c6765517: Pull complete
fc2529ce2b56: Pull complete
c9a1ca7e4a49: Pull complete
9cb007b625e0: Pull complete
5b77a9aeb53a: Pull complete
df909c395891: Pull complete
0f5c4bd299cb: Pull complete
Digest: sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
Status: Downloaded newer image for dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
 ---> 7fa659e5fa69
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 753b24e34f78
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 (82.2 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 753b24e34f78
 ---> e74cec611305
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 141cd6058059
Removing intermediate container 141cd6058059
 ---> 462d8b38a59a
Step 5/14 : COPY . .
 ---> a6e6459d600d
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in f59855878b32
Removing intermediate container f59855878b32
 ---> 6c3f516131d5
Step 7/14 : ARG TAG="unknown"
 ---> Running in 3742fe79deed
Removing intermediate container 3742fe79deed
 ---> e35fb5dd294c
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in bb574431c798
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=95438afc -X github.com/docker/app/internal.Version=jenkins-app-PR-598-5 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T22:50:11Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container bb574431c798
 ---> 07338c8e1b22
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.10.0: Pulling from library/alpine
921b31ab772b: Pulling fs layer
921b31ab772b: Verifying Checksum
921b31ab772b: Download complete
921b31ab772b: Pull complete
Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
Status: Downloaded newer image for alpine:3.10.0
 ---> 4d90542f0623
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 94a9d4e94935
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 94a9d4e94935
 ---> ea5cea567c7d
Step 11/14 : USER cnab
 ---> Running in 1351a61f8d0a
Removing intermediate container 1351a61f8d0a
 ---> 5d48cd7c82f0
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 9727c4b7dbc0
Step 13/14 : WORKDIR /cnab/app
 ---> Running in c29c6a47a5de
Removing intermediate container c29c6a47a5de
 ---> bfc6c63a7a3d
Step 14/14 : CMD /cnab/app/run
 ---> Running in 5dba1b236461
Removing intermediate container 5dba1b236461
 ---> 7e5976ed9c12
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 7e5976ed9c12
Successfully tagged docker/cnab-app-base:jenkins-app-PR-598-5
docker save docker/cnab-app-base:jenkins-app-PR-598-5 -o _build/invocation-image.tar