Skip to content

Console Output

14:59:26 [2024-01-05T14:59:26.536Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47030:/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:59:30 [2024-01-05T14:59:30.744Z] Unable to find image 'alpine:latest' locally
14:59:30 [2024-01-05T14:59:30.744Z] latest: Pulling from library/alpine
14:59:30 [2024-01-05T14:59:30.744Z] c30352492317: Pulling fs layer
14:59:30 [2024-01-05T14:59:30.744Z] c30352492317: Verifying Checksum
14:59:30 [2024-01-05T14:59:30.744Z] c30352492317: Download complete
14:59:31 [2024-01-05T14:59:31.004Z] c30352492317: Pull complete
14:59:31 [2024-01-05T14:59:31.004Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
14:59:31 [2024-01-05T14:59:31.004Z] Status: Downloaded newer image for alpine:latest
14:59:36 [2024-01-05T14:59:36.294Z] Congratulations!  All commits are properly signed with the DCO!