Skip to content

Console Output

22:15:50 [2022-12-02T22:15:50.220Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44569:/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:16:12 [2022-12-02T22:16:12.173Z] Unable to find image 'alpine:latest' locally
22:16:12 [2022-12-02T22:16:12.173Z] latest: Pulling from library/alpine
22:16:12 [2022-12-02T22:16:12.173Z] c158987b0551: Pulling fs layer
22:16:12 [2022-12-02T22:16:12.173Z] c158987b0551: Verifying Checksum
22:16:12 [2022-12-02T22:16:12.173Z] c158987b0551: Download complete
22:16:12 [2022-12-02T22:16:12.173Z] c158987b0551: Pull complete
22:16:12 [2022-12-02T22:16:12.173Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
22:16:12 [2022-12-02T22:16:12.173Z] Status: Downloaded newer image for alpine:latest
22:16:18 [2022-12-02T22:16:18.753Z] Congratulations!  All commits are properly signed with the DCO!