Skip to content

Console Output

17:57:22 [2022-12-29T17:57:22.534Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44691:/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
17:57:40 [2022-12-29T17:57:40.649Z] Unable to find image 'alpine:latest' locally
17:57:40 [2022-12-29T17:57:40.649Z] latest: Pulling from library/alpine
17:57:40 [2022-12-29T17:57:40.649Z] c158987b0551: Pulling fs layer
17:57:40 [2022-12-29T17:57:40.649Z] c158987b0551: Verifying Checksum
17:57:40 [2022-12-29T17:57:40.649Z] c158987b0551: Download complete
17:57:40 [2022-12-29T17:57:40.649Z] c158987b0551: Pull complete
17:57:40 [2022-12-29T17:57:40.649Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
17:57:40 [2022-12-29T17:57:40.649Z] Status: Downloaded newer image for alpine:latest
17:57:48 [2022-12-29T17:57:48.772Z] Congratulations!  All commits are properly signed with the DCO!