Skip to content

Console Output

12:14:24 [2020-06-07T12:14:24.972Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41078:/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
12:14:33 [2020-06-07T12:14:33.080Z] Unable to find image 'alpine:latest' locally
12:14:33 [2020-06-07T12:14:33.080Z] latest: Pulling from library/alpine
12:14:33 [2020-06-07T12:14:33.341Z] df20fa9351a1: Pulling fs layer
12:14:33 [2020-06-07T12:14:33.341Z] df20fa9351a1: Verifying Checksum
12:14:33 [2020-06-07T12:14:33.341Z] df20fa9351a1: Download complete
12:14:34 [2020-06-07T12:14:34.274Z] df20fa9351a1: Pull complete
12:14:34 [2020-06-07T12:14:34.274Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
12:14:34 [2020-06-07T12:14:34.274Z] Status: Downloaded newer image for alpine:latest
12:14:38 [2020-06-07T12:14:38.464Z] Congratulations!  All commits are properly signed with the DCO!