Skip to content

Console Output

14:52:04 [2020-01-03T14:52:04.992Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40343:/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
14:52:04 [2020-01-03T14:52:04.992Z] Unable to find image 'alpine:latest' locally
14:52:04 [2020-01-03T14:52:04.992Z] latest: Pulling from library/alpine
14:52:04 [2020-01-03T14:52:04.992Z] e6b0cf9c0882: Pulling fs layer
14:52:05 [2020-01-03T14:52:05.250Z] e6b0cf9c0882: Verifying Checksum
14:52:05 [2020-01-03T14:52:05.250Z] e6b0cf9c0882: Download complete
14:52:05 [2020-01-03T14:52:05.504Z] e6b0cf9c0882: Pull complete
14:52:05 [2020-01-03T14:52:05.504Z] Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78
14:52:05 [2020-01-03T14:52:05.504Z] Status: Downloaded newer image for alpine:latest
14:52:08 [2020-01-03T14:52:08.850Z] Congratulations!  All commits are properly signed with the DCO!