Skip to content

Console Output

20:36:57 [2022-12-09T20:36:57.493Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44529:/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:37:19 [2022-12-09T20:37:19.451Z] Unable to find image 'alpine:latest' locally
20:37:19 [2022-12-09T20:37:19.451Z] latest: Pulling from library/alpine
20:37:19 [2022-12-09T20:37:19.451Z] 261da4162673: Pulling fs layer
20:37:19 [2022-12-09T20:37:19.451Z] 261da4162673: Verifying Checksum
20:37:19 [2022-12-09T20:37:19.451Z] 261da4162673: Download complete
20:37:19 [2022-12-09T20:37:19.451Z] 261da4162673: Pull complete
20:37:19 [2022-12-09T20:37:19.451Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
20:37:19 [2022-12-09T20:37:19.451Z] Status: Downloaded newer image for alpine:latest
20:37:21 [2022-12-09T20:37:21.988Z] Congratulations!  All commits are properly signed with the DCO!