Skip to content

Console Output

23:12:56 [2022-05-12T23:12:56.045Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42501:/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
23:12:56 [2022-05-12T23:12:56.045Z] Unable to find image 'alpine:latest' locally
23:12:56 [2022-05-12T23:12:56.045Z] latest: Pulling from library/alpine
23:12:56 [2022-05-12T23:12:56.306Z] df9b9388f04a: Pulling fs layer
23:12:56 [2022-05-12T23:12:56.306Z] df9b9388f04a: Verifying Checksum
23:12:56 [2022-05-12T23:12:56.306Z] df9b9388f04a: Download complete
23:12:56 [2022-05-12T23:12:56.577Z] df9b9388f04a: Pull complete
23:12:56 [2022-05-12T23:12:56.577Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
23:12:56 [2022-05-12T23:12:56.577Z] Status: Downloaded newer image for alpine:latest
23:12:59 [2022-05-12T23:12:59.119Z] Congratulations!  All commits are properly signed with the DCO!