Skip to content

Console Output

07:49:40 [2022-08-26T07:49:40.956Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44043:/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
07:49:47 [2022-08-26T07:49:47.537Z] Unable to find image 'alpine:latest' locally
07:49:48 [2022-08-26T07:49:48.108Z] latest: Pulling from library/alpine
07:49:48 [2022-08-26T07:49:48.108Z] 213ec9aee27d: Pulling fs layer
07:49:48 [2022-08-26T07:49:48.108Z] 213ec9aee27d: Download complete
07:49:48 [2022-08-26T07:49:48.368Z] 213ec9aee27d: Pull complete
07:49:48 [2022-08-26T07:49:48.368Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
07:49:48 [2022-08-26T07:49:48.368Z] Status: Downloaded newer image for alpine:latest
07:49:54 [2022-08-26T07:49:54.944Z] Congratulations!  All commits are properly signed with the DCO!