Skip to content

Console Output

22:01:04 [2022-12-19T22:01:04.848Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44673:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
22:01:04 [2022-12-19T22:01:04.848Z] Unable to find image 'alpine:latest' locally
22:01:04 [2022-12-19T22:01:04.848Z] latest: Pulling from library/alpine
22:01:04 [2022-12-19T22:01:04.848Z] c158987b0551: Pulling fs layer
22:01:05 [2022-12-19T22:01:05.107Z] c158987b0551: Verifying Checksum
22:01:05 [2022-12-19T22:01:05.107Z] c158987b0551: Download complete
22:01:05 [2022-12-19T22:01:05.107Z] c158987b0551: Pull complete
22:01:05 [2022-12-19T22:01:05.107Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
22:01:05 [2022-12-19T22:01:05.107Z] Status: Downloaded newer image for alpine:latest
22:01:08 [2022-12-19T22:01:08.394Z] Congratulations!  All commits are properly signed with the DCO!