Skip to content

Console Output

09:00:52 [2022-04-07T09:00:52.923Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43470:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
09:01:01 [2022-04-07T09:01:01.030Z] Unable to find image 'alpine:latest' locally
09:01:01 [2022-04-07T09:01:01.030Z] latest: Pulling from library/alpine
09:01:01 [2022-04-07T09:01:01.030Z] df9b9388f04a: Pulling fs layer
09:01:01 [2022-04-07T09:01:01.030Z] df9b9388f04a: Verifying Checksum
09:01:01 [2022-04-07T09:01:01.030Z] df9b9388f04a: Download complete
09:01:01 [2022-04-07T09:01:01.288Z] df9b9388f04a: Pull complete
09:01:01 [2022-04-07T09:01:01.288Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454
09:01:01 [2022-04-07T09:01:01.288Z] Status: Downloaded newer image for alpine:latest
09:01:07 [2022-04-07T09:01:07.844Z] Congratulations!  All commits are properly signed with the DCO!