Skip to content

Console Output

10:03:48 [2022-09-27T10:03:48.843Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44202:/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
10:04:03 [2022-09-27T10:04:03.737Z] Unable to find image 'alpine:latest' locally
10:04:03 [2022-09-27T10:04:03.737Z] latest: Pulling from library/alpine
10:04:03 [2022-09-27T10:04:03.737Z] 213ec9aee27d: Pulling fs layer
10:04:04 [2022-09-27T10:04:04.001Z] 213ec9aee27d: Verifying Checksum
10:04:04 [2022-09-27T10:04:04.001Z] 213ec9aee27d: Download complete
10:04:04 [2022-09-27T10:04:04.261Z] 213ec9aee27d: Pull complete
10:04:04 [2022-09-27T10:04:04.261Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
10:04:04 [2022-09-27T10:04:04.261Z] Status: Downloaded newer image for alpine:latest
10:04:12 [2022-09-27T10:04:12.374Z] Congratulations!  All commits are properly signed with the DCO!