Skip to content

Console Output

22:09:19 [2021-11-17T22:09:19.921Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43023:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
22:09:19 [2021-11-17T22:09:19.921Z] Unable to find image 'alpine:latest' locally
22:09:19 [2021-11-17T22:09:19.921Z] latest: Pulling from library/alpine
22:09:20 [2021-11-17T22:09:20.179Z] 97518928ae5f: Pulling fs layer
22:09:20 [2021-11-17T22:09:20.179Z] 97518928ae5f: Verifying Checksum
22:09:20 [2021-11-17T22:09:20.179Z] 97518928ae5f: Download complete
22:09:20 [2021-11-17T22:09:20.179Z] 97518928ae5f: Pull complete
22:09:20 [2021-11-17T22:09:20.438Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
22:09:20 [2021-11-17T22:09:20.438Z] Status: Downloaded newer image for alpine:latest
22:09:22 [2021-11-17T22:09:22.969Z] Congratulations!  All commits are properly signed with the DCO!