Skip to content

Console Output

15:56:58 [2020-09-15T15:56:58.945Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41453:/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
15:56:58 [2020-09-15T15:56:58.945Z] Unable to find image 'alpine:latest' locally
15:56:58 [2020-09-15T15:56:58.945Z] latest: Pulling from library/alpine
15:56:58 [2020-09-15T15:56:58.945Z] df20fa9351a1: Pulling fs layer
15:56:59 [2020-09-15T15:56:59.204Z] df20fa9351a1: Verifying Checksum
15:56:59 [2020-09-15T15:56:59.204Z] df20fa9351a1: Download complete
15:56:59 [2020-09-15T15:56:59.204Z] df20fa9351a1: Pull complete
15:56:59 [2020-09-15T15:56:59.204Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
15:56:59 [2020-09-15T15:56:59.204Z] Status: Downloaded newer image for alpine:latest
15:57:01 [2020-09-15T15:57:01.739Z] Congratulations!  All commits are properly signed with the DCO!