Skip to content

Console Output

17:13:30 [2022-10-24T17:13:30.169Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44299:/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
17:13:56 [2022-10-24T17:13:56.687Z] Unable to find image 'alpine:latest' locally
17:13:56 [2022-10-24T17:13:56.687Z] latest: Pulling from library/alpine
17:13:56 [2022-10-24T17:13:56.687Z] 9b18e9b68314: Pulling fs layer
17:13:56 [2022-10-24T17:13:56.687Z] 9b18e9b68314: Verifying Checksum
17:13:56 [2022-10-24T17:13:56.687Z] 9b18e9b68314: Download complete
17:13:56 [2022-10-24T17:13:56.687Z] 9b18e9b68314: Pull complete
17:13:56 [2022-10-24T17:13:56.687Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
17:13:56 [2022-10-24T17:13:56.687Z] Status: Downloaded newer image for alpine:latest
17:14:06 [2022-10-24T17:14:06.901Z] Congratulations!  All commits are properly signed with the DCO!