Skip to content

Console Output

15:15:33 [2022-09-30T15:15:33.305Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44222:/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
15:15:55 [2022-09-30T15:15:55.273Z] Unable to find image 'alpine:latest' locally
15:15:55 [2022-09-30T15:15:55.273Z] latest: Pulling from library/alpine
15:15:55 [2022-09-30T15:15:55.273Z] 9b18e9b68314: Pulling fs layer
15:15:55 [2022-09-30T15:15:55.273Z] 9b18e9b68314: Verifying Checksum
15:15:55 [2022-09-30T15:15:55.273Z] 9b18e9b68314: Download complete
15:15:55 [2022-09-30T15:15:55.273Z] 9b18e9b68314: Pull complete
15:15:55 [2022-09-30T15:15:55.273Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
15:15:55 [2022-09-30T15:15:55.273Z] Status: Downloaded newer image for alpine:latest
15:16:03 [2022-09-30T15:16:03.419Z] Congratulations!  All commits are properly signed with the DCO!