Skip to content

Console Output

+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-deprecation-2 --build-arg COMMIT=50e3e7a8 --build-arg ALPINE_VERSION=3.11.5 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-deprecation-2 .
#1 [internal] load build definition from Dockerfile
#1 sha256:9ab3ccb43c14b23af9df087ee15c8f6713a0f230b6c69fefc82030ef6f89f3f6
#1 transferring dockerfile: 4.75kB done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:6135fd57dfb6e3a66d572bb4ea3599e7be534951d941be284a08b52c98c8bc7b
#2 transferring context: 34B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.10
#3 sha256:f1f62919214ebffe1f60f878aad99cbbb934012ad8e73e1f7e4cfea633c5c688
#3 DONE 0.1s

#4 [internal] load metadata for docker.io/dockercore/golang-cross:1.13.10@sha256:ad2725ac9af0273f1de9bb85e166084d5e8d915df334154fe9c8bd9af912a90d
#4 sha256:4d7944d1bc4f7f1cbac3138aee205c317fd481f0b8608b3567883b2ecc960380
#4 DONE 0.1s

#8 [cli-build  1/10] FROM docker.io/dockercore/golang-cross:1.13.10@sha256:ad2725ac9af0273f1de9bb85e166084d5e8d915df334154fe9c8bd9af912a90d
#8 sha256:a5003706b7bc268e90ae0855c4e5592c02af22f0a782d52e14105378ecfa8935
#8 DONE 0.0s

#5 [dev 1/9] FROM docker.io/library/golang:1.13.10@sha256:0be70f1c6d50dcdd25085a777078de67420d6d84a4e945561686b04ae1fd5667
#5 sha256:9a9c410173ccf1e9ee9c6fc2c1d4ee54358899c2f44410a58812fc0a56cd814f
#5 DONE 0.0s

#23 [internal] load build context
#23 sha256:652461457e2ba03c1833d5f41c8fa464d89b50bc9f395531d8db0c903d326908
#23 transferring context: 337.54kB 0.2s done
#23 DONE 0.2s

#17 [cli-build 10/10] RUN make binary-windows
#17 sha256:982e244b98ba61fb83c372f41881e31adde7bebfa0b753d889fbf768b13de4d6
#17 CACHED

#15 [cli-build  8/10] RUN curl -fL https://download.docker.com/linux/static/stable/armhf/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-arm && chmod +x build/docker-linux-arm
#15 sha256:6f17df3c75c2d305f078ff03b379c44ed921f51c9bbdd61759705008a17b86f4
#15 CACHED

#18 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/docker-linux-amd64 /usr/bin/docker
#18 sha256:af5013d0c033e5d1aa244f225b07e80897895d793199d9480ecc62fcc5a81eee
#18 CACHED

#21 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux       cmd/test2json &&   GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&   GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
#21 sha256:c011ae58a5575e4b15e0028d27a1c392716fe1d50636e2647e5fbcb4a9c58c04
#21 CACHED

#7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/
#7 sha256:f63e8b933052ee31bc24029ad534aa0dcfaed6b14bf02e8e360101e2a72a079a
#7 CACHED

#13 [cli-build  6/10] RUN curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-amd64 && chmod +x build/docker-linux-amd64
#13 sha256:5a4447f1797596f7068c32e8e7a59cacac42b97bf46812d8aec7922ee10ce19b
#13 CACHED

#20 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://github.com/gotestyourself/gotestsum /go/src/gotest.tools/gotestsum &&   cd /go/src/gotest.tools/gotestsum &&   git -C /go/src/gotest.tools/gotestsum checkout -q v0.4.2 &&   GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&   GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&   GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&   ln -s gotestsum-linux /usr/local/bin/gotestsum
#20 sha256:4c11e917b19a7ea6e45e6001107a232cfeebef56740000f5d67e37c18c85e757
#20 CACHED

#11 [cli-build  4/10] RUN git clone https://github.com/docker/cli . && git checkout v19.03.8
#11 sha256:78fd306d3e6ad1d329969795e83a248686b85450d58dc6bfe28203dc4b800614
#11 CACHED

#12 [cli-build  5/10] RUN mkdir build
#12 sha256:4dbc3d50ea9c867c318df8dd81f4659d17a5d6e8a1bd9165e86eeefd75d9e639
#12 CACHED

#14 [cli-build  7/10] RUN curl -fL https://download.docker.com/linux/static/stable/aarch64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-linux-arm64 && chmod +x build/docker-linux-arm64
#14 sha256:ea841e8b44f8309815334e4c63ba33f2453ad113bfa09ef55df02730139d1963
#14 CACHED

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
#6 sha256:412d04af6dc96eb5595d35cebedb89a7b99d5fcc0512f6848f8d40c0d2678633
#6 CACHED

#9 [cli-build  2/10] RUN apt-get update && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
#9 sha256:cf503842c3a20dd5d974e3dd7a1eb7d15e604c19e2f38b0f3898d93320f6a448
#9 CACHED

#16 [cli-build  9/10] RUN curl -fL https://download.docker.com/mac/static/stable/x86_64/docker-19.03.8.tgz | tar xzO docker/docker > build/docker-darwin-amd64
#16 sha256:f22c581e40921d2b963ab193002a0527db0bba677705559cc8e72114d64e8fb9
#16 CACHED

#10 [cli-build  3/10] WORKDIR /go/src/github.com/docker/cli
#10 sha256:9778833b4b7a9356cb34149069867ea640caa79d71e59b8882a8290e36319c7b
#10 CACHED

#19 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/v0.5.4/dep-linux-amd64 &&   chmod +x /usr/bin/dep
#19 sha256:bb1bb851d44ac8265f4c9eef945c7e80580a30dff78375897b0cf88dd24f1450
#19 CACHED

#22 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.com/mjibson/esc &&   go build -v -o /usr/bin/esc . &&   rm -rf /go/src/* /go/pkg/* /go/bin/*
#22 sha256:7dd586700e990e9aca664c965e4425d685ecb58e1800efb84bee3975dffd1b39
#22 CACHED

#24 [dev 9/9] COPY . .
#24 sha256:3dde206790627d8d2e7bd1b09802af7c2b4e5e5724b8b6282d11decdb550de88
#24 DONE 0.5s

#25 exporting to image
#25 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#25 exporting layers
#25 exporting layers 0.7s done
#25 writing image sha256:78c3eebb9d6326f4987a0a3a2b209df33e88ef27cd5d8d23510e28a61b3b081c done
#25 naming to docker.io/library/docker-app-dev:jenkins-app-deprecation-2 done
#25 DONE 0.7s
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-deprecation-2 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/102) Wrote github.com/Masterminds/semver@v3.0.3
(2/102) Wrote github.com/containerd/ttrpc@master
(3/102) Wrote github.com/davecgh/go-spew@v1.1.1
(4/102) Wrote vbom.ml/util@master
(5/102) Wrote github.com/agl/ed25519@master
(6/102) Wrote github.com/deislabs/cnab-go@v0.7.1-beta1
(7/102) Wrote github.com/beorn7/perks@v1.0.1
(8/102) Wrote github.com/containerd/continuity@master
(9/102) Wrote github.com/docker/cnab-to-oci@v0.3.0-beta2
(10/102) Wrote github.com/containerd/console@master
(11/102) Wrote github.com/Microsoft/go-winio@v0.4.14
(12/102) Wrote github.com/docker/docker-credential-helpers@v0.6.3
(13/102) Wrote github.com/docker/go@v1.5.1-1
(14/102) Wrote github.com/docker/go-events@master
(15/102) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(16/102) Wrote github.com/docker/go-connections@v0.4.0
(17/102) Wrote github.com/docker/go-units@v0.4.0
(18/102) Wrote github.com/dustin/go-humanize@v1.0.0
(19/102) Wrote github.com/gofrs/flock@v0.7.1
(20/102) Wrote github.com/gogo/googleapis@v1.3.1
(21/102) Wrote github.com/google/gofuzz@v1.0.0
(22/102) Wrote github.com/google/go-cmp@v0.2.0
(23/102) Wrote github.com/google/shlex@master
(24/102) Wrote github.com/gorilla/mux@v1.7.3
(25/102) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(26/102) Wrote github.com/hashicorp/errwrap@v1.0.0
(27/102) Wrote github.com/globalsign/mgo@master
(28/102) Wrote github.com/hashicorp/go-multierror@v1.0.0
(29/102) Wrote github.com/hashicorp/golang-lru@v0.5.3
(30/102) Wrote github.com/golang/protobuf@v1.3.2
(31/102) Wrote github.com/imdario/mergo@master
(32/102) Wrote github.com/inconshreveable/mousetrap@v1.0
(33/102) Wrote github.com/docker/buildx@709ef36b4f10a9389fd9a806657c48a969909d85
(34/102) Wrote github.com/jackpal/gateway@5ceb358a720efa82a5692470f37874b1f48035ad
(35/102) Wrote github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a
(36/102) Wrote github.com/googleapis/gnostic@v0.3.1
(37/102) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(38/102) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(39/102) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(40/102) Wrote github.com/docker/compose-on-kubernetes@v0.4.24
(41/102) Wrote github.com/mattn/go-shellwords@v1.0.6
(42/102) Wrote github.com/json-iterator/go@v1.1.9
(43/102) Wrote github.com/mitchellh/mapstructure@v1.1.2
(44/102) Wrote github.com/modern-go/concurrent@1.0.3
(45/102) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(46/102) Wrote github.com/miekg/pkcs11@v1.0.3
(47/102) Wrote github.com/morikuni/aec@v1.0.0
(48/102) Wrote github.com/modern-go/reflect2@1.0.1
(49/102) Wrote github.com/oklog/ulid@v2.0.2
(50/102) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(51/102) Wrote github.com/opencontainers/image-spec@v1.0.1
(52/102) Wrote github.com/opentracing/opentracing-go@v1.1.0
(53/102) Wrote github.com/pkg/errors@v0.8.1
(54/102) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(55/102) Wrote github.com/prometheus/client_model@v0.1.0
(56/102) Wrote github.com/prometheus/client_golang@v0.8.0
(57/102) Wrote github.com/qri-io/jsonpointer@v0.1.0
(58/102) Wrote github.com/prometheus/common@v0.7.0
(59/102) Wrote github.com/prometheus/procfs@v0.0.8
(60/102) Wrote github.com/sirupsen/logrus@v1.4.2
(61/102) Wrote github.com/qri-io/jsonschema@v0.1.1
(62/102) Wrote github.com/spf13/pflag@master
(63/102) Wrote github.com/syndtr/gocapability@master
(64/102) Wrote github.com/spf13/cobra@v0.0.5
(65/102) Wrote github.com/tonistiigi/units@master
(66/102) Wrote github.com/wadey/gocovmerge@master
(67/102) Wrote github.com/xeipuuv/gojsonpointer@master
(68/102) Wrote github.com/xeipuuv/gojsonreference@master
(69/102) Wrote github.com/xeipuuv/gojsonschema@v1.2.0
(70/102) Wrote github.com/tonistiigi/fsutil@master
(71/102) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(72/102) Wrote github.com/opencontainers/runc@v1.0.0-rc9
(73/102) Wrote golang.org/x/oauth2@master
(74/102) Wrote golang.org/x/sync@master
(75/102) Wrote golang.org/x/crypto@master
(76/102) Wrote golang.org/x/time@master
(77/102) Wrote gopkg.in/inf.v0@v0.9.1
(78/102) Wrote google.golang.org/appengine@v1.6.5
(79/102) Wrote github.com/moby/buildkit@v0.6.2
(80/102) Wrote golang.org/x/net@master
(81/102) Wrote gopkg.in/yaml.v2@v2.2.7
(82/102) Wrote gotest.tools@v2.3.0
(83/102) Wrote github.com/containerd/containerd@97712c8ad73dd302d5d226e0384b2d86e5de2989
(84/102) Wrote k8s.io/klog@v1.0.0
(85/102) Wrote github.com/coreos/etcd@v3.4.3
(86/102) Wrote github.com/Azure/go-ansiterm@master
(87/102) Wrote k8s.io/utils@master
(88/102) Wrote sigs.k8s.io/yaml@v1.1.0
(89/102) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(90/102) Wrote google.golang.org/grpc@v1.26.0
(91/102) Wrote golang.org/x/sys@master
(92/102) Wrote github.com/theupdateframework/notary@v0.6.1
(93/102) Wrote golang.org/x/text@v0.3.2
(94/102) Wrote k8s.io/client-go@kubernetes-1.14.1
(95/102) Wrote golang.org/x/tools@master
(96/102) Wrote github.com/gogo/protobuf@v1.3.1
(97/102) Wrote cloud.google.com/go@v0.50.0
(98/102) Wrote google.golang.org/genproto@master
(99/102) Wrote k8s.io/api@kubernetes-1.14.1
(100/102) Wrote github.com/docker/cli@abafad3df202a691bc07332ea166af548a6cd9a0
(101/102) Wrote github.com/docker/docker@master
(102/102) Wrote k8s.io/kubernetes@v1.14.1
vendor is correct