Skip to content

Console Output

19:25:14 [2020-11-06T19:25:14.579Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41640:/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
19:25:22 [2020-11-06T19:25:22.745Z] Unable to find image 'alpine:latest' locally
19:25:22 [2020-11-06T19:25:22.745Z] latest: Pulling from library/alpine
19:25:22 [2020-11-06T19:25:22.745Z] 188c0c94c7c5: Pulling fs layer
19:25:22 [2020-11-06T19:25:22.745Z] 188c0c94c7c5: Verifying Checksum
19:25:22 [2020-11-06T19:25:22.745Z] 188c0c94c7c5: Download complete
19:25:23 [2020-11-06T19:25:23.006Z] 188c0c94c7c5: Pull complete
19:25:23 [2020-11-06T19:25:23.006Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
19:25:23 [2020-11-06T19:25:23.006Z] Status: Downloaded newer image for alpine:latest
19:25:29 [2020-11-06T19:25:29.618Z] Congratulations!  All commits are properly signed with the DCO!