Skip to content

Console Output

12:57:59 [2022-11-09T12:57:59.234Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44434:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
12:58:14 [2022-11-09T12:58:14.115Z] Unable to find image 'alpine:latest' locally
12:58:14 [2022-11-09T12:58:14.115Z] latest: Pulling from library/alpine
12:58:14 [2022-11-09T12:58:14.115Z] 9b18e9b68314: Pulling fs layer
12:58:14 [2022-11-09T12:58:14.115Z] 9b18e9b68314: Verifying Checksum
12:58:14 [2022-11-09T12:58:14.115Z] 9b18e9b68314: Download complete
12:58:14 [2022-11-09T12:58:14.115Z] 9b18e9b68314: Pull complete
12:58:14 [2022-11-09T12:58:14.115Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:58:14 [2022-11-09T12:58:14.115Z] Status: Downloaded newer image for alpine:latest
12:58:20 [2022-11-09T12:58:20.682Z] Congratulations!  All commits are properly signed with the DCO!