Skip to content

Console Output

19:12:31 [2020-09-20T19:12:31.591Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-38469:/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 && cd /workspace && hack/validate/dco
19:12:39 [2020-09-20T19:12:39.736Z] Unable to find image 'alpine:latest' locally
19:12:39 [2020-09-20T19:12:39.736Z] latest: Pulling from library/alpine
19:12:39 [2020-09-20T19:12:39.736Z] df20fa9351a1: Pulling fs layer
19:12:39 [2020-09-20T19:12:39.996Z] df20fa9351a1: Verifying Checksum
19:12:39 [2020-09-20T19:12:39.996Z] df20fa9351a1: Download complete
19:12:40 [2020-09-20T19:12:40.566Z] df20fa9351a1: Pull complete
19:12:40 [2020-09-20T19:12:40.566Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
19:12:40 [2020-09-20T19:12:40.566Z] Status: Downloaded newer image for alpine:latest
19:12:47 [2020-09-20T19:12:47.146Z] Congratulations!  All commits are properly signed with the DCO!