Skip to content

Console Output

23:32:29 [2020-10-07T23:32:29.911Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41533:/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
23:32:38 [2020-10-07T23:32:38.012Z] Unable to find image 'alpine:latest' locally
23:32:38 [2020-10-07T23:32:38.012Z] latest: Pulling from library/alpine
23:32:38 [2020-10-07T23:32:38.269Z] df20fa9351a1: Pulling fs layer
23:32:38 [2020-10-07T23:32:38.269Z] df20fa9351a1: Verifying Checksum
23:32:38 [2020-10-07T23:32:38.269Z] df20fa9351a1: Download complete
23:32:38 [2020-10-07T23:32:38.529Z] df20fa9351a1: Pull complete
23:32:38 [2020-10-07T23:32:38.529Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
23:32:38 [2020-10-07T23:32:38.529Z] Status: Downloaded newer image for alpine:latest
23:32:43 [2020-10-07T23:32:43.789Z] Congratulations!  All commits are properly signed with the DCO!