Skip to content

Console Output

22:08:01 [2022-10-17T22:08:01.535Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44314:/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
22:08:23 [2022-10-17T22:08:23.445Z] Unable to find image 'alpine:latest' locally
22:08:23 [2022-10-17T22:08:23.445Z] latest: Pulling from library/alpine
22:08:23 [2022-10-17T22:08:23.445Z] 9b18e9b68314: Pulling fs layer
22:08:23 [2022-10-17T22:08:23.445Z] 9b18e9b68314: Verifying Checksum
22:08:23 [2022-10-17T22:08:23.445Z] 9b18e9b68314: Download complete
22:08:23 [2022-10-17T22:08:23.445Z] 9b18e9b68314: Pull complete
22:08:23 [2022-10-17T22:08:23.445Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
22:08:23 [2022-10-17T22:08:23.445Z] Status: Downloaded newer image for alpine:latest
22:08:33 [2022-10-17T22:08:33.403Z] Congratulations!  All commits are properly signed with the DCO!