Skip to content

Console Output

19:22:05 [2022-04-27T19:22:05.688Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43433:/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
19:22:08 [2022-04-27T19:22:08.954Z] Unable to find image 'alpine:latest' locally
19:22:08 [2022-04-27T19:22:08.954Z] latest: Pulling from library/alpine
19:22:08 [2022-04-27T19:22:08.954Z] df9b9388f04a: Pulling fs layer
19:22:08 [2022-04-27T19:22:08.954Z] df9b9388f04a: Verifying Checksum
19:22:09 [2022-04-27T19:22:09.253Z] df9b9388f04a: Pull complete
19:22:09 [2022-04-27T19:22:09.253Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
19:22:09 [2022-04-27T19:22:09.253Z] Status: Downloaded newer image for alpine:latest
19:22:15 [2022-04-27T19:22:15.836Z] Congratulations!  All commits are properly signed with the DCO!