Skip to content

Console Output

20:26:46 [2022-06-16T20:26:46.017Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43718:/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
20:26:51 [2022-06-16T20:26:51.285Z] Unable to find image 'alpine:latest' locally
20:26:51 [2022-06-16T20:26:51.285Z] latest: Pulling from library/alpine
20:26:51 [2022-06-16T20:26:51.285Z] 2408cc74d12b: Pulling fs layer
20:26:51 [2022-06-16T20:26:51.285Z] 2408cc74d12b: Verifying Checksum
20:26:51 [2022-06-16T20:26:51.285Z] 2408cc74d12b: Download complete
20:26:51 [2022-06-16T20:26:51.543Z] 2408cc74d12b: Pull complete
20:26:51 [2022-06-16T20:26:51.543Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
20:26:51 [2022-06-16T20:26:51.543Z] Status: Downloaded newer image for alpine:latest
20:26:55 [2022-06-16T20:26:55.732Z] Congratulations!  All commits are properly signed with the DCO!