Skip to content

Console Output

20:32:58 [2020-01-16T20:32:58.686Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40371:/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
20:33:02 [2020-01-16T20:33:02.862Z] Unable to find image 'alpine:latest' locally
20:33:03 [2020-01-16T20:33:03.425Z] latest: Pulling from library/alpine
20:33:03 [2020-01-16T20:33:03.425Z] e6b0cf9c0882: Pulling fs layer
20:33:03 [2020-01-16T20:33:03.681Z] e6b0cf9c0882: Verifying Checksum
20:33:03 [2020-01-16T20:33:03.681Z] e6b0cf9c0882: Download complete
20:33:03 [2020-01-16T20:33:03.938Z] e6b0cf9c0882: Pull complete
20:33:03 [2020-01-16T20:33:03.938Z] Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78
20:33:03 [2020-01-16T20:33:03.938Z] Status: Downloaded newer image for alpine:latest
20:33:08 [2020-01-16T20:33:08.110Z] Congratulations!  All commits are properly signed with the DCO!