Skip to content

Console Output

09:45:14 [2022-12-02T09:45:14.250Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44564:/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
09:45:36 [2022-12-02T09:45:36.210Z] Unable to find image 'alpine:latest' locally
09:45:36 [2022-12-02T09:45:36.210Z] latest: Pulling from library/alpine
09:45:36 [2022-12-02T09:45:36.210Z] c158987b0551: Pulling fs layer
09:45:36 [2022-12-02T09:45:36.210Z] c158987b0551: Verifying Checksum
09:45:36 [2022-12-02T09:45:36.210Z] c158987b0551: Download complete
09:45:36 [2022-12-02T09:45:36.210Z] c158987b0551: Pull complete
09:45:36 [2022-12-02T09:45:36.210Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
09:45:36 [2022-12-02T09:45:36.210Z] Status: Downloaded newer image for alpine:latest
09:45:44 [2022-12-02T09:45:44.343Z] Congratulations!  All commits are properly signed with the DCO!