Skip to content

Console Output

09:13:35 [2021-04-21T09:13:35.797Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42294:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
09:13:43 [2021-04-21T09:13:43.932Z] Unable to find image 'alpine:latest' locally
09:13:43 [2021-04-21T09:13:43.932Z] latest: Pulling from library/alpine
09:13:43 [2021-04-21T09:13:43.932Z] 540db60ca938: Pulling fs layer
09:13:43 [2021-04-21T09:13:43.932Z] 540db60ca938: Verifying Checksum
09:13:43 [2021-04-21T09:13:43.932Z] 540db60ca938: Download complete
09:13:43 [2021-04-21T09:13:43.932Z] 540db60ca938: Pull complete
09:13:43 [2021-04-21T09:13:43.932Z] Digest: sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f
09:13:43 [2021-04-21T09:13:43.932Z] Status: Downloaded newer image for alpine:latest
09:13:52 [2021-04-21T09:13:52.061Z] Congratulations!  All commits are properly signed with the DCO!