Skip to content

Console Output

16:33:19 [2022-10-12T16:33:19.479Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44224:/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:33:41 [2022-10-12T16:33:41.418Z] Unable to find image 'alpine:latest' locally
16:33:41 [2022-10-12T16:33:41.418Z] latest: Pulling from library/alpine
16:33:41 [2022-10-12T16:33:41.418Z] 9b18e9b68314: Pulling fs layer
16:33:41 [2022-10-12T16:33:41.418Z] 9b18e9b68314: Verifying Checksum
16:33:41 [2022-10-12T16:33:41.418Z] 9b18e9b68314: Download complete
16:33:41 [2022-10-12T16:33:41.418Z] 9b18e9b68314: Pull complete
16:33:41 [2022-10-12T16:33:41.418Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
16:33:41 [2022-10-12T16:33:41.418Z] Status: Downloaded newer image for alpine:latest
16:33:49 [2022-10-12T16:33:49.545Z] Congratulations!  All commits are properly signed with the DCO!