Skip to content

Console Output

20:52:27 [2024-04-10T20:52:27.285Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47643:/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
20:52:31 [2024-04-10T20:52:31.476Z] Unable to find image 'alpine:latest' locally
20:52:32 [2024-04-10T20:52:32.045Z] latest: Pulling from library/alpine
20:52:32 [2024-04-10T20:52:32.303Z] bca4290a9639: Pulling fs layer
20:52:32 [2024-04-10T20:52:32.579Z] bca4290a9639: Verifying Checksum
20:52:32 [2024-04-10T20:52:32.580Z] bca4290a9639: Download complete
20:52:32 [2024-04-10T20:52:32.838Z] bca4290a9639: Pull complete
20:52:33 [2024-04-10T20:52:33.098Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
20:52:33 [2024-04-10T20:52:33.357Z] Status: Downloaded newer image for alpine:latest
20:52:39 [2024-04-10T20:52:39.923Z] Congratulations!  All commits are properly signed with the DCO!