Skip to content

Console Output

14:31:46 [2023-03-16T14:31:46.588Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45112:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 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:32:08 [2023-03-16T14:32:08.492Z] Unable to find image 'alpine:latest' locally
14:32:08 [2023-03-16T14:32:08.492Z] latest: Pulling from library/alpine
14:32:08 [2023-03-16T14:32:08.492Z] af6eaf76a39c: Pulling fs layer
14:32:08 [2023-03-16T14:32:08.492Z] af6eaf76a39c: Verifying Checksum
14:32:08 [2023-03-16T14:32:08.492Z] af6eaf76a39c: Download complete
14:32:08 [2023-03-16T14:32:08.756Z] af6eaf76a39c: Pull complete
14:32:08 [2023-03-16T14:32:08.756Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
14:32:08 [2023-03-16T14:32:08.756Z] Status: Downloaded newer image for alpine:latest
14:32:20 [2023-03-16T14:32:20.933Z] Congratulations!  All commits are properly signed with the DCO!