Skip to content

Console Output

17:53:36 [2022-04-21T17:53:36.331Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43332:/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
17:53:44 [2022-04-21T17:53:44.513Z] Unable to find image 'alpine:latest' locally
17:53:44 [2022-04-21T17:53:44.774Z] latest: Pulling from library/alpine
17:53:45 [2022-04-21T17:53:45.038Z] df9b9388f04a: Pulling fs layer
17:53:45 [2022-04-21T17:53:45.038Z] df9b9388f04a: Verifying Checksum
17:53:45 [2022-04-21T17:53:45.038Z] df9b9388f04a: Download complete
17:53:45 [2022-04-21T17:53:45.612Z] df9b9388f04a: Pull complete
17:53:45 [2022-04-21T17:53:45.612Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
17:53:45 [2022-04-21T17:53:45.612Z] Status: Downloaded newer image for alpine:latest
17:53:53 [2022-04-21T17:53:53.781Z] Congratulations!  All commits are properly signed with the DCO!