Skip to content

Console Output

19:44:11 [2024-03-07T19:44:11.125Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47530:/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
19:44:15 [2024-03-07T19:44:15.282Z] Unable to find image 'alpine:latest' locally
19:44:15 [2024-03-07T19:44:15.282Z] latest: Pulling from library/alpine
19:44:15 [2024-03-07T19:44:15.537Z] bca4290a9639: Pulling fs layer
19:44:15 [2024-03-07T19:44:15.792Z] bca4290a9639: Download complete
19:44:16 [2024-03-07T19:44:16.047Z] bca4290a9639: Pull complete
19:44:16 [2024-03-07T19:44:16.303Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
19:44:16 [2024-03-07T19:44:16.558Z] Status: Downloaded newer image for alpine:latest
19:44:26 [2024-03-07T19:44:26.485Z] Congratulations!  All commits are properly signed with the DCO!