Skip to content

Console Output

21:07:27 [2022-10-24T21:07:27.956Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44357:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
21:07:42 [2022-10-24T21:07:42.851Z] Unable to find image 'alpine:latest' locally
21:07:42 [2022-10-24T21:07:42.851Z] latest: Pulling from library/alpine
21:07:42 [2022-10-24T21:07:42.851Z] 9b18e9b68314: Pulling fs layer
21:07:42 [2022-10-24T21:07:42.851Z] 9b18e9b68314: Verifying Checksum
21:07:42 [2022-10-24T21:07:42.851Z] 9b18e9b68314: Download complete
21:07:42 [2022-10-24T21:07:42.851Z] 9b18e9b68314: Pull complete
21:07:42 [2022-10-24T21:07:42.851Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
21:07:43 [2022-10-24T21:07:43.112Z] Status: Downloaded newer image for alpine:latest
21:07:51 [2022-10-24T21:07:51.288Z] Congratulations!  All commits are properly signed with the DCO!