Skip to content

Console Output

+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-699-13 --build-arg COMMIT=a15220ae --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-699-13 .
Sending build context to Docker daemon  76.11MB

Step 1/13 : ARG ALPINE_VERSION=3.10.1
Step 2/13 : FROM golang:1.13.0 AS build
 ---> c4d6fdf2260a
Step 3/13 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Running in 9693830e6f36
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 10 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 (258 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 ... 15394 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 9693830e6f36
 ---> c82d1cf56f18
Step 4/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 71bcf8236bf3
Removing intermediate container 71bcf8236bf3
 ---> 649a23f03a05
Step 5/13 : COPY . .
 ---> 13279e72143b
Step 6/13 : ARG TAG="unknown"
 ---> Running in 6eef4192de44
Removing intermediate container 6eef4192de44
 ---> ff6d28e60cd1
Step 7/13 : RUN make BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 7bfa8ec8c106
CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=a15220ae -X github.com/docker/app/internal.Version=jenkins-app-PR-699-13 -X github.com/docker/app/internal.BuildTime=2019-10-18T08:50:25Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 7bfa8ec8c106
 ---> 574cb9fcdcb2
Step 8/13 : FROM alpine:${ALPINE_VERSION} as invocation
 ---> b7b28af77ffe
Step 9/13 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 7b2568494602
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 7b2568494602
 ---> 38b4fd064e74
Step 10/13 : USER cnab
 ---> Running in b0eebfdd5a07
Removing intermediate container b0eebfdd5a07
 ---> 388f8829cb83
Step 11/13 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 667aa6e8ecc4
Step 12/13 : WORKDIR /cnab/app
 ---> Running in 17c67e4fb6fa
Removing intermediate container 17c67e4fb6fa
 ---> 1087c9d2e26e
Step 13/13 : CMD /cnab/app/run
 ---> Running in 22e1d953c80a
Removing intermediate container 22e1d953c80a
 ---> f125170bbc3d
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built f125170bbc3d
Successfully tagged docker/cnab-app-base:jenkins-app-PR-699-13
docker save docker/cnab-app-base:jenkins-app-PR-699-13 -o _build/invocation-image.tar