Skip to content

Console Output

13:59:06 [2023-03-03T13:59:06.345Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45100:/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
13:59:28 [2023-03-03T13:59:28.323Z] Unable to find image 'alpine:latest' locally
13:59:28 [2023-03-03T13:59:28.323Z] latest: Pulling from library/alpine
13:59:28 [2023-03-03T13:59:28.323Z] af6eaf76a39c: Pulling fs layer
13:59:28 [2023-03-03T13:59:28.323Z] af6eaf76a39c: Download complete
13:59:28 [2023-03-03T13:59:28.323Z] af6eaf76a39c: Pull complete
13:59:28 [2023-03-03T13:59:28.323Z] Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
13:59:28 [2023-03-03T13:59:28.323Z] Status: Downloaded newer image for alpine:latest
13:59:36 [2023-03-03T13:59:36.464Z] Congratulations!  All commits are properly signed with the DCO!