Skip to content

Console Output

11:11:55 [2022-04-17T11:11:55.303Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43449:/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
11:12:01 [2022-04-17T11:12:01.863Z] Unable to find image 'alpine:latest' locally
11:12:02 [2022-04-17T11:12:02.120Z] latest: Pulling from library/alpine
11:12:02 [2022-04-17T11:12:02.120Z] df9b9388f04a: Pulling fs layer
11:12:02 [2022-04-17T11:12:02.120Z] df9b9388f04a: Verifying Checksum
11:12:02 [2022-04-17T11:12:02.120Z] df9b9388f04a: Download complete
11:12:02 [2022-04-17T11:12:02.377Z] df9b9388f04a: Pull complete
11:12:02 [2022-04-17T11:12:02.377Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
11:12:02 [2022-04-17T11:12:02.377Z] Status: Downloaded newer image for alpine:latest
11:12:10 [2022-04-17T11:12:10.482Z] Congratulations!  All commits are properly signed with the DCO!