Skip to content

Console Output

11:28:04 [2022-09-10T11:28:04.225Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44122:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
11:28:04 [2022-09-10T11:28:04.225Z] Unable to find image 'alpine:latest' locally
11:28:04 [2022-09-10T11:28:04.225Z] latest: Pulling from library/alpine
11:28:04 [2022-09-10T11:28:04.484Z] 213ec9aee27d: Pulling fs layer
11:28:04 [2022-09-10T11:28:04.484Z] 213ec9aee27d: Verifying Checksum
11:28:04 [2022-09-10T11:28:04.484Z] 213ec9aee27d: Download complete
11:28:04 [2022-09-10T11:28:04.484Z] 213ec9aee27d: Pull complete
11:28:04 [2022-09-10T11:28:04.484Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
11:28:04 [2022-09-10T11:28:04.484Z] Status: Downloaded newer image for alpine:latest
11:28:07 [2022-09-10T11:28:07.025Z] Congratulations!  All commits are properly signed with the DCO!