Running: bash build-intel-device-plugins-image.sh intel-gpu-plugin jenkins/intel-gpu-plugin:rc-4.0-distroless-stable-build Sending build context to Docker daemon 10.58MB Step 1/13 : ARG CLEAR_LINUX_BASE=clearlinux/golang:latest Step 2/13 : FROM ${CLEAR_LINUX_BASE} as builder latest: Pulling from clearlinux/golang Digest: sha256:da0705867051e957c39e761a282a44c53471f9ddaeb5735b0f7a8e8641994b71 Status: Image is up to date for clearlinux/golang:latest ---> 14f5ef2562d9 Step 3/13 : ARG CLEAR_LINUX_VERSION= ---> Using cache ---> a7fb4994cb02 Step 4/13 : RUN swupd update --no-boot-update ${CLEAR_LINUX_VERSION} ---> Using cache ---> 3a19c44e4725 Step 5/13 : RUN mkdir /install_root && swupd os-install ${CLEAR_LINUX_VERSION} --path /install_root --statedir /swupd-state --bundles=os-core --no-boot-update && rm -rf /install_root/var/lib/swupd/* ---> Using cache ---> 6e6838f5b3b0 Step 6/13 : ARG DIR=/intel-device-plugins-for-kubernetes ---> Using cache ---> 321cfb09b0cf Step 7/13 : WORKDIR $DIR ---> Using cache ---> 340eefaaf68a Step 8/13 : COPY . . ---> Using cache ---> 3664486b8d2f Step 9/13 : RUN cd cmd/gpu_plugin; go install ---> Running in b6045c182358 go: downloading k8s.io/kubernetes v1.15.3 go: downloading github.com/pkg/errors v0.8.0 go: downloading google.golang.org/grpc v1.13.0 go: downloading github.com/fsnotify/fsnotify v1.4.7 go: extracting github.com/pkg/errors v0.8.0 go: extracting github.com/fsnotify/fsnotify v1.4.7 go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313 go: extracting google.golang.org/grpc v1.13.0 go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313 go: downloading golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc go: downloading github.com/golang/protobuf v1.2.0 go: downloading google.golang.org/genproto v0.0.0-20170731182057-09f6ed296fc6 go: extracting github.com/golang/protobuf v1.2.0 go: extracting golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc go: downloading golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db go: extracting google.golang.org/genproto v0.0.0-20170731182057-09f6ed296fc6 go: extracting golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db go: extracting k8s.io/kubernetes v1.15.3 go: downloading github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 go: extracting github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 go: finding k8s.io/kubernetes v1.15.3 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415 go: finding google.golang.org/grpc v1.13.0 go: finding golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313 go: finding github.com/golang/protobuf v1.2.0 go: finding google.golang.org/genproto v0.0.0-20170731182057-09f6ed296fc6 go: finding golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db Removing intermediate container b6045c182358 ---> 4bd03a549648 Step 10/13 : RUN chmod a+x /go/bin/gpu_plugin && install -D /go/bin/gpu_plugin /install_root/usr/local/bin/intel_gpu_device_plugin && install -D ${DIR}/LICENSE /install_root/usr/local/share/package-licenses/intel-device-plugins-for-kubernetes/LICENSE ---> Running in cf54cc38b61a Removing intermediate container cf54cc38b61a ---> 6db263c75b39 Step 11/13 : FROM scratch as final ---> Step 12/13 : COPY --from=builder /install_root / ---> 0890c7b2ce68 Step 13/13 : CMD ["/usr/local/bin/intel_gpu_device_plugin"] ---> Running in 7181948df286 Removing intermediate container 7181948df286 ---> 3aa3cf4d3977 Successfully built 3aa3cf4d3977 Successfully tagged intel/intel-gpu-plugin:devel Untagged: intel/intel-gpu-plugin:devel