Skip to content

Console Output

03:48:48 [2020-06-06T03:48:48.139Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40605:/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
03:48:58 [2020-06-06T03:48:58.107Z] Unable to find image 'alpine:latest' locally
03:48:58 [2020-06-06T03:48:58.107Z] latest: Pulling from library/alpine
03:48:58 [2020-06-06T03:48:58.107Z] df20fa9351a1: Pulling fs layer
03:48:58 [2020-06-06T03:48:58.107Z] df20fa9351a1: Verifying Checksum
03:48:58 [2020-06-06T03:48:58.107Z] df20fa9351a1: Download complete
03:48:58 [2020-06-06T03:48:58.674Z] df20fa9351a1: Pull complete
03:48:58 [2020-06-06T03:48:58.674Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
03:48:58 [2020-06-06T03:48:58.674Z] Status: Downloaded newer image for alpine:latest
03:49:03 [2020-06-06T03:49:03.942Z] Congratulations!  All commits are properly signed with the DCO!