Skip to content

Console Output

22:03:39 [2022-12-15T22:03:39.113Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44659:/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
22:03:57 [2022-12-15T22:03:57.223Z] Unable to find image 'alpine:latest' locally
22:03:57 [2022-12-15T22:03:57.223Z] latest: Pulling from library/alpine
22:03:57 [2022-12-15T22:03:57.223Z] 261da4162673: Pulling fs layer
22:03:57 [2022-12-15T22:03:57.223Z] 261da4162673: Verifying Checksum
22:03:57 [2022-12-15T22:03:57.223Z] 261da4162673: Download complete
22:03:57 [2022-12-15T22:03:57.223Z] 261da4162673: Pull complete
22:03:57 [2022-12-15T22:03:57.223Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
22:03:57 [2022-12-15T22:03:57.223Z] Status: Downloaded newer image for alpine:latest
22:04:02 [2022-12-15T22:04:02.475Z] Congratulations!  All commits are properly signed with the DCO!