Skip to content

Console Output

17:04:24 [2021-07-09T17:04:24.667Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42604:/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
17:04:24 [2021-07-09T17:04:24.667Z] Unable to find image 'alpine:latest' locally
17:04:24 [2021-07-09T17:04:24.923Z] latest: Pulling from library/alpine
17:04:24 [2021-07-09T17:04:24.923Z] 5843afab3874: Pulling fs layer
17:04:24 [2021-07-09T17:04:24.923Z] 5843afab3874: Verifying Checksum
17:04:24 [2021-07-09T17:04:24.923Z] 5843afab3874: Download complete
17:04:25 [2021-07-09T17:04:25.179Z] 5843afab3874: Pull complete
17:04:25 [2021-07-09T17:04:25.179Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
17:04:25 [2021-07-09T17:04:25.179Z] Status: Downloaded newer image for alpine:latest
17:04:27 [2021-07-09T17:04:27.694Z] Congratulations!  All commits are properly signed with the DCO!