Skip to content

Console Output

13:13:55 [2019-12-16T13:13:55.118Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40312:/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
13:14:03 [2019-12-16T13:14:03.275Z] Unable to find image 'alpine:latest' locally
13:14:03 [2019-12-16T13:14:03.275Z] latest: Pulling from library/alpine
13:14:03 [2019-12-16T13:14:03.275Z] 89d9c30c1d48: Pulling fs layer
13:14:03 [2019-12-16T13:14:03.275Z] 89d9c30c1d48: Verifying Checksum
13:14:03 [2019-12-16T13:14:03.275Z] 89d9c30c1d48: Download complete
13:14:03 [2019-12-16T13:14:03.275Z] 89d9c30c1d48: Pull complete
13:14:03 [2019-12-16T13:14:03.275Z] Digest: sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a
13:14:03 [2019-12-16T13:14:03.275Z] Status: Downloaded newer image for alpine:latest
13:14:08 [2019-12-16T13:14:08.651Z] Congratulations!  All commits are properly signed with the DCO!