Skip to content

Console Output

07:31:02 [2022-04-28T07:31:02.199Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43536:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
07:31:06 [2022-04-28T07:31:06.403Z] Unable to find image 'alpine:latest' locally
07:31:06 [2022-04-28T07:31:06.403Z] latest: Pulling from library/alpine
07:31:06 [2022-04-28T07:31:06.403Z] df9b9388f04a: Pulling fs layer
07:31:06 [2022-04-28T07:31:06.403Z] df9b9388f04a: Verifying Checksum
07:31:06 [2022-04-28T07:31:06.403Z] df9b9388f04a: Download complete
07:31:06 [2022-04-28T07:31:06.403Z] df9b9388f04a: Pull complete
07:31:06 [2022-04-28T07:31:06.403Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
07:31:06 [2022-04-28T07:31:06.403Z] Status: Downloaded newer image for alpine:latest
07:31:10 [2022-04-28T07:31:10.617Z] Congratulations!  All commits are properly signed with the DCO!