Skip to content

Console Output

16:52:25 [2022-10-12T16:52:25.391Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44288:/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
16:52:47 [2022-10-12T16:52:47.355Z] Unable to find image 'alpine:latest' locally
16:52:47 [2022-10-12T16:52:47.355Z] latest: Pulling from library/alpine
16:52:47 [2022-10-12T16:52:47.355Z] 9b18e9b68314: Pulling fs layer
16:52:47 [2022-10-12T16:52:47.355Z] 9b18e9b68314: Verifying Checksum
16:52:47 [2022-10-12T16:52:47.355Z] 9b18e9b68314: Download complete
16:52:47 [2022-10-12T16:52:47.355Z] 9b18e9b68314: Pull complete
16:52:47 [2022-10-12T16:52:47.355Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
16:52:47 [2022-10-12T16:52:47.355Z] Status: Downloaded newer image for alpine:latest
16:52:55 [2022-10-12T16:52:55.491Z] Congratulations!  All commits are properly signed with the DCO!