Skip to content

Console Output

22:13:48 [2020-12-04T22:13:48.579Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41622:/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
22:13:48 [2020-12-04T22:13:48.579Z] Unable to find image 'alpine:latest' locally
22:13:49 [2020-12-04T22:13:49.142Z] latest: Pulling from library/alpine
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Pulling fs layer
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Verifying Checksum
22:13:49 [2020-12-04T22:13:49.708Z] 188c0c94c7c5: Download complete
22:13:49 [2020-12-04T22:13:49.971Z] 188c0c94c7c5: Pull complete
22:13:49 [2020-12-04T22:13:49.971Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a
22:13:49 [2020-12-04T22:13:49.971Z] Status: Downloaded newer image for alpine:latest
22:13:52 [2020-12-04T22:13:52.507Z] Congratulations!  All commits are properly signed with the DCO!