Skip to content

Console Output

12:52:54 [2021-11-19T12:52:54.180Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43036:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
12:52:57 [2021-11-19T12:52:57.453Z] Unable to find image 'alpine:latest' locally
12:52:57 [2021-11-19T12:52:57.454Z] latest: Pulling from library/alpine
12:52:57 [2021-11-19T12:52:57.713Z] 97518928ae5f: Pulling fs layer
12:52:57 [2021-11-19T12:52:57.713Z] 97518928ae5f: Verifying Checksum
12:52:57 [2021-11-19T12:52:57.713Z] 97518928ae5f: Download complete
12:52:58 [2021-11-19T12:52:58.275Z] 97518928ae5f: Pull complete
12:52:58 [2021-11-19T12:52:58.275Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
12:52:58 [2021-11-19T12:52:58.275Z] Status: Downloaded newer image for alpine:latest
12:53:04 [2021-11-19T12:53:04.820Z] Congratulations!  All commits are properly signed with the DCO!