Skip to content

Console Output

01:23:50 [2021-11-24T01:23:50.664Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43045:/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
01:23:58 [2021-11-24T01:23:58.764Z] Unable to find image 'alpine:latest' locally
01:23:59 [2021-11-24T01:23:59.021Z] latest: Pulling from library/alpine
01:23:59 [2021-11-24T01:23:59.021Z] 97518928ae5f: Pulling fs layer
01:23:59 [2021-11-24T01:23:59.280Z] 97518928ae5f: Verifying Checksum
01:23:59 [2021-11-24T01:23:59.280Z] 97518928ae5f: Download complete
01:23:59 [2021-11-24T01:23:59.537Z] 97518928ae5f: Pull complete
01:23:59 [2021-11-24T01:23:59.537Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
01:23:59 [2021-11-24T01:23:59.797Z] Status: Downloaded newer image for alpine:latest
01:24:07 [2021-11-24T01:24:07.926Z] Congratulations!  All commits are properly signed with the DCO!