Skip to content

Console Output

21:56:15 [2019-12-30T21:56:15.315Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40331:/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
21:56:25 [2019-12-30T21:56:25.281Z] Unable to find image 'alpine:latest' locally
21:56:25 [2019-12-30T21:56:25.281Z] latest: Pulling from library/alpine
21:56:25 [2019-12-30T21:56:25.281Z] e6b0cf9c0882: Pulling fs layer
21:56:25 [2019-12-30T21:56:25.281Z] e6b0cf9c0882: Verifying Checksum
21:56:25 [2019-12-30T21:56:25.281Z] e6b0cf9c0882: Download complete
21:56:25 [2019-12-30T21:56:25.621Z] e6b0cf9c0882: Pull complete
21:56:25 [2019-12-30T21:56:25.880Z] Digest: sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78
21:56:25 [2019-12-30T21:56:25.880Z] Status: Downloaded newer image for alpine:latest
21:56:31 [2019-12-30T21:56:31.145Z] Congratulations!  All commits are properly signed with the DCO!