Skip to content

Console Output

19:26:33 [2023-01-05T19:26:33.222Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44752:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
19:26:43 [2023-01-05T19:26:43.223Z] Unable to find image 'alpine:latest' locally
19:26:43 [2023-01-05T19:26:43.223Z] latest: Pulling from library/alpine
19:26:43 [2023-01-05T19:26:43.223Z] 261da4162673: Pulling fs layer
19:26:43 [2023-01-05T19:26:43.223Z] 261da4162673: Verifying Checksum
19:26:43 [2023-01-05T19:26:43.223Z] 261da4162673: Download complete
19:26:43 [2023-01-05T19:26:43.223Z] 261da4162673: Pull complete
19:26:43 [2023-01-05T19:26:43.223Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
19:26:43 [2023-01-05T19:26:43.223Z] Status: Downloaded newer image for alpine:latest
19:26:48 [2023-01-05T19:26:48.514Z] Congratulations!  All commits are properly signed with the DCO!