Skip to content

Console Output

14:46:17 [2023-03-22T14:46:17.642Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45197:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 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:46:44 [2023-03-22T14:46:44.225Z] Unable to find image 'alpine:latest' locally
14:46:44 [2023-03-22T14:46:44.225Z] latest: Pulling from library/alpine
14:46:44 [2023-03-22T14:46:44.225Z] 63b65145d645: Pulling fs layer
14:46:44 [2023-03-22T14:46:44.225Z] 63b65145d645: Verifying Checksum
14:46:44 [2023-03-22T14:46:44.225Z] 63b65145d645: Download complete
14:46:44 [2023-03-22T14:46:44.225Z] 63b65145d645: Pull complete
14:46:44 [2023-03-22T14:46:44.225Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
14:46:44 [2023-03-22T14:46:44.225Z] Status: Downloaded newer image for alpine:latest
14:46:54 [2023-03-22T14:46:54.223Z] Congratulations!  All commits are properly signed with the DCO!