Skip to content

Console Output

18:12:50 [2021-02-23T18:12:50.938Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42060:/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
18:12:50 [2021-02-23T18:12:50.938Z] Unable to find image 'alpine:latest' locally
18:12:51 [2021-02-23T18:12:51.195Z] latest: Pulling from library/alpine
18:12:51 [2021-02-23T18:12:51.195Z] ba3557a56b15: Pulling fs layer
18:12:51 [2021-02-23T18:12:51.451Z] ba3557a56b15: Verifying Checksum
18:12:51 [2021-02-23T18:12:51.451Z] ba3557a56b15: Download complete
18:12:51 [2021-02-23T18:12:51.451Z] ba3557a56b15: Pull complete
18:12:51 [2021-02-23T18:12:51.451Z] Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be
18:12:51 [2021-02-23T18:12:51.451Z] Status: Downloaded newer image for alpine:latest
18:12:53 [2021-02-23T18:12:53.965Z] Congratulations!  All commits are properly signed with the DCO!