Skip to content

Console Output

21:24:44 [2020-06-09T21:24:44.463Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41085:/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
21:24:52 [2020-06-09T21:24:52.565Z] Unable to find image 'alpine:latest' locally
21:24:52 [2020-06-09T21:24:52.565Z] latest: Pulling from library/alpine
21:24:52 [2020-06-09T21:24:52.565Z] df20fa9351a1: Pulling fs layer
21:24:52 [2020-06-09T21:24:52.565Z] df20fa9351a1: Verifying Checksum
21:24:52 [2020-06-09T21:24:52.565Z] df20fa9351a1: Download complete
21:24:52 [2020-06-09T21:24:52.565Z] df20fa9351a1: Pull complete
21:24:52 [2020-06-09T21:24:52.565Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
21:24:52 [2020-06-09T21:24:52.565Z] Status: Downloaded newer image for alpine:latest
21:24:55 [2020-06-09T21:24:55.865Z] Congratulations!  All commits are properly signed with the DCO!