Skip to content

Console Output

17:39:09 [2023-07-05T17:39:09.863Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45890:/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
17:39:12 [2023-07-05T17:39:12.390Z] Congratulations!  All commits are properly signed with the DCO!