Skip to content

Console Output

10:52:56 [2023-03-28T10:52:56.713Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45219:/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
10:53:23 [2023-03-28T10:53:23.286Z] Unable to find image 'alpine:latest' locally
10:53:23 [2023-03-28T10:53:23.286Z] latest: Pulling from library/alpine
10:53:23 [2023-03-28T10:53:23.286Z] 63b65145d645: Pulling fs layer
10:53:23 [2023-03-28T10:53:23.286Z] 63b65145d645: Verifying Checksum
10:53:23 [2023-03-28T10:53:23.286Z] 63b65145d645: Download complete
10:53:23 [2023-03-28T10:53:23.859Z] 63b65145d645: Pull complete
10:53:23 [2023-03-28T10:53:23.859Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
10:53:23 [2023-03-28T10:53:23.859Z] Status: Downloaded newer image for alpine:latest
10:53:31 [2023-03-28T10:53:31.990Z] Congratulations!  All commits are properly signed with the DCO!