Skip to content

Console Output

07:54:24 [2020-11-05T07:54:24.473Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41634:/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
07:54:34 [2020-11-05T07:54:34.468Z] Unable to find image 'alpine:latest' locally
07:54:34 [2020-11-05T07:54:34.468Z] latest: Pulling from library/alpine
07:54:34 [2020-11-05T07:54:34.468Z] 188c0c94c7c5: Pulling fs layer
07:54:34 [2020-11-05T07:54:34.732Z] 188c0c94c7c5: Verifying Checksum
07:54:34 [2020-11-05T07:54:34.732Z] 188c0c94c7c5: Download complete
07:54:34 [2020-11-05T07:54:34.996Z] 188c0c94c7c5: Pull complete
07:54:35 [2020-11-05T07:54:35.257Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
07:54:35 [2020-11-05T07:54:35.257Z] Status: Downloaded newer image for alpine:latest
07:54:41 [2020-11-05T07:54:41.855Z] Congratulations!  All commits are properly signed with the DCO!