Skip to content

Console Output

10:56:01 [2020-02-17T10:56:01.347Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40532:/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
10:56:06 [2020-02-17T10:56:06.613Z] Unable to find image 'alpine:latest' locally
10:56:06 [2020-02-17T10:56:06.872Z] latest: Pulling from library/alpine
10:56:06 [2020-02-17T10:56:06.872Z] c9b1b535fdd9: Pulling fs layer
10:56:07 [2020-02-17T10:56:07.131Z] c9b1b535fdd9: Verifying Checksum
10:56:07 [2020-02-17T10:56:07.131Z] c9b1b535fdd9: Download complete
10:56:07 [2020-02-17T10:56:07.698Z] c9b1b535fdd9: Pull complete
10:56:07 [2020-02-17T10:56:07.698Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
10:56:07 [2020-02-17T10:56:07.698Z] Status: Downloaded newer image for alpine:latest
10:56:14 [2020-02-17T10:56:14.258Z] Congratulations!  All commits are properly signed with the DCO!