Skip to content

Console Output

22:17:20 [2021-07-22T22:17:20.411Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42661:/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
22:17:27 [2021-07-22T22:17:27.006Z] Unable to find image 'alpine:latest' locally
22:17:27 [2021-07-22T22:17:27.006Z] latest: Pulling from library/alpine
22:17:27 [2021-07-22T22:17:27.006Z] 5843afab3874: Pulling fs layer
22:17:27 [2021-07-22T22:17:27.006Z] 5843afab3874: Verifying Checksum
22:17:27 [2021-07-22T22:17:27.006Z] 5843afab3874: Download complete
22:17:27 [2021-07-22T22:17:27.006Z] 5843afab3874: Pull complete
22:17:27 [2021-07-22T22:17:27.006Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
22:17:27 [2021-07-22T22:17:27.006Z] Status: Downloaded newer image for alpine:latest
22:17:35 [2021-07-22T22:17:35.225Z] Congratulations!  All commits are properly signed with the DCO!