Skip to content

Console Output

04:57:17 [2020-11-06T04:57:17.156Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41641:/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
04:57:23 [2020-11-06T04:57:23.718Z] Unable to find image 'alpine:latest' locally
04:57:23 [2020-11-06T04:57:23.977Z] latest: Pulling from library/alpine
04:57:24 [2020-11-06T04:57:24.235Z] 188c0c94c7c5: Pulling fs layer
04:57:24 [2020-11-06T04:57:24.235Z] 188c0c94c7c5: Verifying Checksum
04:57:24 [2020-11-06T04:57:24.235Z] 188c0c94c7c5: Download complete
04:57:24 [2020-11-06T04:57:24.803Z] 188c0c94c7c5: Pull complete
04:57:24 [2020-11-06T04:57:24.803Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
04:57:24 [2020-11-06T04:57:24.803Z] Status: Downloaded newer image for alpine:latest
04:57:31 [2020-11-06T04:57:31.376Z] Congratulations!  All commits are properly signed with the DCO!