Skip to content

Console Output

13:14:51 [2022-10-17T13:14:51.186Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44308:/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
13:15:13 [2022-10-17T13:15:13.096Z] Unable to find image 'alpine:latest' locally
13:15:13 [2022-10-17T13:15:13.096Z] latest: Pulling from library/alpine
13:15:13 [2022-10-17T13:15:13.096Z] 9b18e9b68314: Pulling fs layer
13:15:13 [2022-10-17T13:15:13.096Z] 9b18e9b68314: Verifying Checksum
13:15:13 [2022-10-17T13:15:13.096Z] 9b18e9b68314: Download complete
13:15:13 [2022-10-17T13:15:13.096Z] 9b18e9b68314: Pull complete
13:15:13 [2022-10-17T13:15:13.096Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
13:15:13 [2022-10-17T13:15:13.096Z] Status: Downloaded newer image for alpine:latest
13:15:23 [2022-10-17T13:15:23.052Z] Congratulations!  All commits are properly signed with the DCO!