Skip to content

Console Output

15:11:44 [2023-03-12T15:11:44.939Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45139:/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
15:12:06 [2023-03-12T15:12:06.858Z] Unable to find image 'alpine:latest' locally
15:12:06 [2023-03-12T15:12:06.858Z] latest: Pulling from library/alpine
15:12:06 [2023-03-12T15:12:06.858Z] af6eaf76a39c: Pulling fs layer
15:12:06 [2023-03-12T15:12:06.858Z] af6eaf76a39c: Download complete
15:12:06 [2023-03-12T15:12:06.858Z] af6eaf76a39c: Pull complete
15:12:06 [2023-03-12T15:12:06.858Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
15:12:06 [2023-03-12T15:12:06.858Z] Status: Downloaded newer image for alpine:latest
15:12:10 [2023-03-12T15:12:10.136Z] Congratulations!  All commits are properly signed with the DCO!