Skip to content

Console Output

14:21:28 [2024-03-30T14:21:28.234Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47572:/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
14:21:31 [2024-03-30T14:21:31.641Z] Unable to find image 'alpine:latest' locally
14:21:32 [2024-03-30T14:21:32.567Z] latest: Pulling from library/alpine
14:21:32 [2024-03-30T14:21:32.567Z] bca4290a9639: Pulling fs layer
14:21:32 [2024-03-30T14:21:32.567Z] bca4290a9639: Download complete
14:21:32 [2024-03-30T14:21:32.822Z] bca4290a9639: Pull complete
14:21:33 [2024-03-30T14:21:33.077Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
14:21:33 [2024-03-30T14:21:33.077Z] Status: Downloaded newer image for alpine:latest
14:21:41 [2024-03-30T14:21:41.154Z] Congratulations!  All commits are properly signed with the DCO!