Skip to content

Console Output

19:59:48 [2022-05-12T19:59:48.875Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39812:/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
19:59:48 [2022-05-12T19:59:48.875Z] Unable to find image 'alpine:latest' locally
19:59:48 [2022-05-12T19:59:48.875Z] latest: Pulling from library/alpine
19:59:49 [2022-05-12T19:59:49.134Z] df9b9388f04a: Pulling fs layer
19:59:49 [2022-05-12T19:59:49.134Z] df9b9388f04a: Verifying Checksum
19:59:49 [2022-05-12T19:59:49.134Z] df9b9388f04a: Download complete
19:59:49 [2022-05-12T19:59:49.390Z] df9b9388f04a: Pull complete
19:59:49 [2022-05-12T19:59:49.390Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
19:59:49 [2022-05-12T19:59:49.390Z] Status: Downloaded newer image for alpine:latest
19:59:51 [2022-05-12T19:59:51.905Z] Congratulations!  All commits are properly signed with the DCO!