Skip to content

Console Output

17:40:04 [2020-02-12T17:40:04.913Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40500:/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
17:40:13 [2020-02-12T17:40:13.021Z] Unable to find image 'alpine:latest' locally
17:40:13 [2020-02-12T17:40:13.021Z] latest: Pulling from library/alpine
17:40:13 [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Pulling fs layer
17:40:13 [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Verifying Checksum
17:40:13 [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Download complete
17:40:13 [2020-02-12T17:40:13.021Z] c9b1b535fdd9: Pull complete
17:40:13 [2020-02-12T17:40:13.021Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
17:40:13 [2020-02-12T17:40:13.021Z] Status: Downloaded newer image for alpine:latest
17:40:19 [2020-02-12T17:40:19.592Z] Congratulations!  All commits are properly signed with the DCO!