Skip to content

Console Output

14:33:41 [2021-03-08T14:33:41.393Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42121:/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
14:33:49 [2021-03-08T14:33:49.501Z] Unable to find image 'alpine:latest' locally
14:33:50 [2021-03-08T14:33:50.064Z] latest: Pulling from library/alpine
14:33:50 [2021-03-08T14:33:50.064Z] ba3557a56b15: Pulling fs layer
14:33:50 [2021-03-08T14:33:50.321Z] ba3557a56b15: Verifying Checksum
14:33:50 [2021-03-08T14:33:50.321Z] ba3557a56b15: Download complete
14:33:50 [2021-03-08T14:33:50.888Z] ba3557a56b15: Pull complete
14:33:50 [2021-03-08T14:33:50.889Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
14:33:50 [2021-03-08T14:33:50.889Z] Status: Downloaded newer image for alpine:latest
14:33:57 [2021-03-08T14:33:57.433Z] Congratulations!  All commits are properly signed with the DCO!