Skip to content

Console Output

16:47:46 [2023-03-20T16:47:46.419Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45181:/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:48:08 [2023-03-20T16:48:08.378Z] Unable to find image 'alpine:latest' locally
16:48:08 [2023-03-20T16:48:08.378Z] latest: Pulling from library/alpine
16:48:08 [2023-03-20T16:48:08.378Z] af6eaf76a39c: Pulling fs layer
16:48:08 [2023-03-20T16:48:08.705Z] af6eaf76a39c: Verifying Checksum
16:48:08 [2023-03-20T16:48:08.705Z] af6eaf76a39c: Download complete
16:48:08 [2023-03-20T16:48:08.705Z] af6eaf76a39c: Pull complete
16:48:08 [2023-03-20T16:48:08.705Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
16:48:08 [2023-03-20T16:48:08.967Z] Status: Downloaded newer image for alpine:latest
16:48:15 [2023-03-20T16:48:15.549Z] Congratulations!  All commits are properly signed with the DCO!