Skip to content

Console Output

23:33:11 [2020-11-18T23:33:11.748Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41695:/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
23:33:19 [2020-11-18T23:33:19.916Z] Unable to find image 'alpine:latest' locally
23:33:19 [2020-11-18T23:33:19.916Z] latest: Pulling from library/alpine
23:33:19 [2020-11-18T23:33:19.916Z] 188c0c94c7c5: Pulling fs layer
23:33:20 [2020-11-18T23:33:20.176Z] 188c0c94c7c5: Verifying Checksum
23:33:20 [2020-11-18T23:33:20.176Z] 188c0c94c7c5: Download complete
23:33:20 [2020-11-18T23:33:20.436Z] 188c0c94c7c5: Pull complete
23:33:20 [2020-11-18T23:33:20.436Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
23:33:20 [2020-11-18T23:33:20.436Z] Status: Downloaded newer image for alpine:latest
23:33:25 [2020-11-18T23:33:25.741Z] Congratulations!  All commits are properly signed with the DCO!