Skip to content

Console Output

18:17:31 [2022-08-17T18:17:31.001Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43975:/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
18:17:31 [2022-08-17T18:17:31.001Z] Unable to find image 'alpine:latest' locally
18:17:31 [2022-08-17T18:17:31.261Z] latest: Pulling from library/alpine
18:17:31 [2022-08-17T18:17:31.261Z] 213ec9aee27d: Pulling fs layer
18:17:31 [2022-08-17T18:17:31.261Z] 213ec9aee27d: Download complete
18:17:31 [2022-08-17T18:17:31.521Z] 213ec9aee27d: Pull complete
18:17:31 [2022-08-17T18:17:31.521Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
18:17:31 [2022-08-17T18:17:31.521Z] Status: Downloaded newer image for alpine:latest
18:17:34 [2022-08-17T18:17:34.062Z] Congratulations!  All commits are properly signed with the DCO!