Skip to content

Console Output

14:13:08 [2022-09-21T14:13:08.407Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44145:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
14:13:08 [2022-09-21T14:13:08.407Z] Unable to find image 'alpine:latest' locally
14:13:08 [2022-09-21T14:13:08.407Z] latest: Pulling from library/alpine
14:13:08 [2022-09-21T14:13:08.663Z] 213ec9aee27d: Pulling fs layer
14:13:08 [2022-09-21T14:13:08.663Z] 213ec9aee27d: Verifying Checksum
14:13:08 [2022-09-21T14:13:08.663Z] 213ec9aee27d: Download complete
14:13:08 [2022-09-21T14:13:08.919Z] 213ec9aee27d: Pull complete
14:13:08 [2022-09-21T14:13:08.919Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
14:13:08 [2022-09-21T14:13:08.919Z] Status: Downloaded newer image for alpine:latest
14:13:11 [2022-09-21T14:13:11.437Z] Congratulations!  All commits are properly signed with the DCO!