Skip to content

Console Output

13:09:48 [2022-11-16T13:09:48.765Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44472:/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
13:10:15 [2022-11-16T13:10:15.315Z] Unable to find image 'alpine:latest' locally
13:10:15 [2022-11-16T13:10:15.315Z] latest: Pulling from library/alpine
13:10:15 [2022-11-16T13:10:15.315Z] ca7dd9ec2225: Pulling fs layer
13:10:15 [2022-11-16T13:10:15.315Z] ca7dd9ec2225: Verifying Checksum
13:10:15 [2022-11-16T13:10:15.315Z] ca7dd9ec2225: Download complete
13:10:15 [2022-11-16T13:10:15.881Z] ca7dd9ec2225: Pull complete
13:10:15 [2022-11-16T13:10:15.881Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b
13:10:15 [2022-11-16T13:10:15.881Z] Status: Downloaded newer image for alpine:latest
13:10:25 [2022-11-16T13:10:25.853Z] Congratulations!  All commits are properly signed with the DCO!