Skip to content

Console Output

17:50:24 [2021-05-25T17:50:24.200Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42418:/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
17:50:24 [2021-05-25T17:50:24.200Z] Unable to find image 'alpine:latest' locally
17:50:24 [2021-05-25T17:50:24.200Z] latest: Pulling from library/alpine
17:50:24 [2021-05-25T17:50:24.200Z] 540db60ca938: Pulling fs layer
17:50:24 [2021-05-25T17:50:24.458Z] 540db60ca938: Verifying Checksum
17:50:24 [2021-05-25T17:50:24.458Z] 540db60ca938: Download complete
17:50:24 [2021-05-25T17:50:24.458Z] 540db60ca938: Pull complete
17:50:24 [2021-05-25T17:50:24.458Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
17:50:24 [2021-05-25T17:50:24.458Z] Status: Downloaded newer image for alpine:latest
17:50:26 [2021-05-25T17:50:26.988Z] Congratulations!  All commits are properly signed with the DCO!