Skip to content

Console Output

09:00:51 [2022-10-05T09:00:51.176Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44250:/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
09:01:03 [2022-10-05T09:01:03.390Z] Unable to find image 'alpine:latest' locally
09:01:03 [2022-10-05T09:01:03.390Z] latest: Pulling from library/alpine
09:01:03 [2022-10-05T09:01:03.390Z] 9b18e9b68314: Pulling fs layer
09:01:03 [2022-10-05T09:01:03.390Z] 9b18e9b68314: Verifying Checksum
09:01:03 [2022-10-05T09:01:03.390Z] 9b18e9b68314: Download complete
09:01:03 [2022-10-05T09:01:03.390Z] 9b18e9b68314: Pull complete
09:01:03 [2022-10-05T09:01:03.390Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
09:01:03 [2022-10-05T09:01:03.390Z] Status: Downloaded newer image for alpine:latest
09:01:09 [2022-10-05T09:01:09.968Z] Congratulations!  All commits are properly signed with the DCO!