Skip to content

Console Output

22:14:21 [2023-03-14T22:14:21.596Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45163:/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
22:14:43 [2023-03-14T22:14:43.510Z] Unable to find image 'alpine:latest' locally
22:14:43 [2023-03-14T22:14:43.511Z] latest: Pulling from library/alpine
22:14:43 [2023-03-14T22:14:43.511Z] af6eaf76a39c: Pulling fs layer
22:14:43 [2023-03-14T22:14:43.818Z] af6eaf76a39c: Verifying Checksum
22:14:43 [2023-03-14T22:14:43.818Z] af6eaf76a39c: Download complete
22:14:44 [2023-03-14T22:14:44.076Z] af6eaf76a39c: Pull complete
22:14:44 [2023-03-14T22:14:44.076Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
22:14:44 [2023-03-14T22:14:44.076Z] Status: Downloaded newer image for alpine:latest
22:14:50 [2023-03-14T22:14:50.622Z] Congratulations!  All commits are properly signed with the DCO!