Skip to content

Console Output

16:22:14 [2022-08-24T16:22:14.282Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44030:/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:22:14 [2022-08-24T16:22:14.282Z] Unable to find image 'alpine:latest' locally
16:22:14 [2022-08-24T16:22:14.282Z] latest: Pulling from library/alpine
16:22:14 [2022-08-24T16:22:14.541Z] 213ec9aee27d: Pulling fs layer
16:22:14 [2022-08-24T16:22:14.541Z] 213ec9aee27d: Download complete
16:22:14 [2022-08-24T16:22:14.806Z] 213ec9aee27d: Pull complete
16:22:14 [2022-08-24T16:22:14.806Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
16:22:14 [2022-08-24T16:22:14.806Z] Status: Downloaded newer image for alpine:latest
16:22:17 [2022-08-24T16:22:17.341Z] Congratulations!  All commits are properly signed with the DCO!