Skip to content

Console Output

16:40:21 [2024-01-05T16:40:21.353Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43697:/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
16:40:26 [2024-01-05T16:40:26.643Z] Unable to find image 'alpine:latest' locally
16:40:26 [2024-01-05T16:40:26.643Z] latest: Pulling from library/alpine
16:40:26 [2024-01-05T16:40:26.643Z] c30352492317: Pulling fs layer
16:40:26 [2024-01-05T16:40:26.643Z] c30352492317: Verifying Checksum
16:40:26 [2024-01-05T16:40:26.643Z] c30352492317: Download complete
16:40:26 [2024-01-05T16:40:26.643Z] c30352492317: Pull complete
16:40:26 [2024-01-05T16:40:26.643Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
16:40:26 [2024-01-05T16:40:26.643Z] Status: Downloaded newer image for alpine:latest
16:40:33 [2024-01-05T16:40:33.232Z] Congratulations!  All commits are properly signed with the DCO!