Skip to content

Console Output

09:01:07 [2022-06-17T09:01:07.716Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43682:/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:15 [2022-06-17T09:01:15.826Z] Unable to find image 'alpine:latest' locally
09:01:16 [2022-06-17T09:01:16.084Z] latest: Pulling from library/alpine
09:01:16 [2022-06-17T09:01:16.084Z] 2408cc74d12b: Pulling fs layer
09:01:16 [2022-06-17T09:01:16.342Z] 2408cc74d12b: Verifying Checksum
09:01:16 [2022-06-17T09:01:16.342Z] 2408cc74d12b: Download complete
09:01:16 [2022-06-17T09:01:16.915Z] 2408cc74d12b: Pull complete
09:01:16 [2022-06-17T09:01:16.915Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
09:01:16 [2022-06-17T09:01:16.915Z] Status: Downloaded newer image for alpine:latest
09:01:25 [2022-06-17T09:01:25.029Z] Congratulations!  All commits are properly signed with the DCO!