Skip to content

Console Output

23:52:54 [2020-10-01T23:52:54.977Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-39838:/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:53:04 [2020-10-01T23:53:04.981Z] Unable to find image 'alpine:latest' locally
23:53:04 [2020-10-01T23:53:04.981Z] latest: Pulling from library/alpine
23:53:05 [2020-10-01T23:53:05.242Z] df20fa9351a1: Pulling fs layer
23:53:05 [2020-10-01T23:53:05.242Z] df20fa9351a1: Verifying Checksum
23:53:05 [2020-10-01T23:53:05.242Z] df20fa9351a1: Download complete
23:53:06 [2020-10-01T23:53:06.190Z] df20fa9351a1: Pull complete
23:53:06 [2020-10-01T23:53:06.190Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
23:53:06 [2020-10-01T23:53:06.190Z] Status: Downloaded newer image for alpine:latest
23:53:11 [2020-10-01T23:53:11.473Z] Congratulations!  All commits are properly signed with the DCO!