Skip to content

Console Output

20:43:48 [2021-11-17T20:43:48.277Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43025:/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
20:43:48 [2021-11-17T20:43:48.277Z] Unable to find image 'alpine:latest' locally
20:43:48 [2021-11-17T20:43:48.277Z] latest: Pulling from library/alpine
20:43:48 [2021-11-17T20:43:48.533Z] 97518928ae5f: Pulling fs layer
20:43:48 [2021-11-17T20:43:48.533Z] 97518928ae5f: Verifying Checksum
20:43:48 [2021-11-17T20:43:48.533Z] 97518928ae5f: Download complete
20:43:48 [2021-11-17T20:43:48.789Z] 97518928ae5f: Pull complete
20:43:48 [2021-11-17T20:43:48.789Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2
20:43:48 [2021-11-17T20:43:48.789Z] Status: Downloaded newer image for alpine:latest
20:43:52 [2021-11-17T20:43:52.058Z] Congratulations!  All commits are properly signed with the DCO!