Skip to content

Console Output

17:28:07 [2023-03-24T17:28:07.486Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45212:/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
17:28:34 [2023-03-24T17:28:34.075Z] Unable to find image 'alpine:latest' locally
17:28:34 [2023-03-24T17:28:34.075Z] latest: Pulling from library/alpine
17:28:34 [2023-03-24T17:28:34.075Z] af6eaf76a39c: Pulling fs layer
17:28:34 [2023-03-24T17:28:34.075Z] af6eaf76a39c: Verifying Checksum
17:28:34 [2023-03-24T17:28:34.075Z] af6eaf76a39c: Download complete
17:28:34 [2023-03-24T17:28:34.075Z] af6eaf76a39c: Pull complete
17:28:34 [2023-03-24T17:28:34.075Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
17:28:34 [2023-03-24T17:28:34.075Z] Status: Downloaded newer image for alpine:latest
17:28:40 [2023-03-24T17:28:40.667Z] Congratulations!  All commits are properly signed with the DCO!