Skip to content

Console Output

22:14:54 [2023-08-01T22:14:54.882Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46139:/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
22:14:59 [2023-08-01T22:14:59.054Z] Unable to find image 'alpine:latest' locally
22:14:59 [2023-08-01T22:14:59.310Z] latest: Pulling from library/alpine
22:14:59 [2023-08-01T22:14:59.568Z] 8c6d1654570f: Pulling fs layer
22:14:59 [2023-08-01T22:14:59.568Z] 8c6d1654570f: Download complete
22:14:59 [2023-08-01T22:14:59.825Z] 8c6d1654570f: Pull complete
22:14:59 [2023-08-01T22:14:59.825Z] Digest: sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1
22:14:59 [2023-08-01T22:14:59.825Z] Status: Downloaded newer image for alpine:latest
22:15:07 [2023-08-01T22:15:07.919Z] Congratulations!  All commits are properly signed with the DCO!