Skip to content

Console Output

17:02:01 [2020-12-19T17:02:01.938Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41740:/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:02:11 [2020-12-19T17:02:11.956Z] Unable to find image 'alpine:latest' locally
17:02:11 [2020-12-19T17:02:11.956Z] latest: Pulling from library/alpine
17:02:11 [2020-12-19T17:02:11.956Z] 801bfaa63ef2: Pulling fs layer
17:02:11 [2020-12-19T17:02:11.956Z] 801bfaa63ef2: Verifying Checksum
17:02:11 [2020-12-19T17:02:11.956Z] 801bfaa63ef2: Download complete
17:02:11 [2020-12-19T17:02:11.956Z] 801bfaa63ef2: Pull complete
17:02:11 [2020-12-19T17:02:11.956Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436
17:02:11 [2020-12-19T17:02:11.956Z] Status: Downloaded newer image for alpine:latest
17:02:18 [2020-12-19T17:02:18.549Z] Congratulations!  All commits are properly signed with the DCO!