Skip to content

Console Output

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