Skip to content

Console Output

11:52:29 [2020-06-10T11:52:29.964Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41088:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=19.03 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
11:52:34 [2020-06-10T11:52:34.146Z] Unable to find image 'alpine:latest' locally
11:52:34 [2020-06-10T11:52:34.146Z] latest: Pulling from library/alpine
11:52:34 [2020-06-10T11:52:34.146Z] df20fa9351a1: Pulling fs layer
11:52:34 [2020-06-10T11:52:34.146Z] df20fa9351a1: Verifying Checksum
11:52:34 [2020-06-10T11:52:34.146Z] df20fa9351a1: Download complete
11:52:34 [2020-06-10T11:52:34.146Z] df20fa9351a1: Pull complete
11:52:34 [2020-06-10T11:52:34.146Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
11:52:34 [2020-06-10T11:52:34.146Z] Status: Downloaded newer image for alpine:latest
11:52:38 [2020-06-10T11:52:38.335Z] Congratulations!  All commits are properly signed with the DCO!