Skip to content

Console Output

23:18:55 [2021-06-15T23:18:55.637Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42473:/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:18:58 [2021-06-15T23:18:58.909Z] Unable to find image 'alpine:latest' locally
23:18:58 [2021-06-15T23:18:58.909Z] latest: Pulling from library/alpine
23:18:59 [2021-06-15T23:18:59.168Z] 5843afab3874: Pulling fs layer
23:18:59 [2021-06-15T23:18:59.168Z] 5843afab3874: Verifying Checksum
23:18:59 [2021-06-15T23:18:59.168Z] 5843afab3874: Download complete
23:18:59 [2021-06-15T23:18:59.426Z] 5843afab3874: Pull complete
23:18:59 [2021-06-15T23:18:59.426Z] Digest: sha256:beb16bab912adcd1b5dec96a558bf26134a02a658fa70c566ad5bfda256b3be5
23:18:59 [2021-06-15T23:18:59.426Z] Status: Downloaded newer image for alpine:latest
23:19:04 [2021-06-15T23:19:04.684Z] Congratulations!  All commits are properly signed with the DCO!