Skip to content

Console Output

16:31:27 [2020-07-02T16:31:27.916Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41025:/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
16:31:27 [2020-07-02T16:31:27.916Z] Unable to find image 'alpine:latest' locally
16:31:27 [2020-07-02T16:31:27.916Z] latest: Pulling from library/alpine
16:31:27 [2020-07-02T16:31:27.916Z] df20fa9351a1: Pulling fs layer
16:31:28 [2020-07-02T16:31:28.191Z] df20fa9351a1: Verifying Checksum
16:31:28 [2020-07-02T16:31:28.191Z] df20fa9351a1: Download complete
16:31:28 [2020-07-02T16:31:28.191Z] df20fa9351a1: Pull complete
16:31:28 [2020-07-02T16:31:28.191Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
16:31:28 [2020-07-02T16:31:28.191Z] Status: Downloaded newer image for alpine:latest
16:31:30 [2020-07-02T16:31:30.727Z] Congratulations!  All commits are properly signed with the DCO!