Skip to content

Console Output

14:49:49 [2020-02-10T14:49:49.392Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40483:/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
14:49:49 [2020-02-10T14:49:49.392Z] Unable to find image 'alpine:latest' locally
14:49:49 [2020-02-10T14:49:49.959Z] latest: Pulling from library/alpine
14:49:49 [2020-02-10T14:49:49.959Z] c9b1b535fdd9: Pulling fs layer
14:49:49 [2020-02-10T14:49:49.959Z] c9b1b535fdd9: Verifying Checksum
14:49:49 [2020-02-10T14:49:49.959Z] c9b1b535fdd9: Download complete
14:49:50 [2020-02-10T14:49:50.216Z] c9b1b535fdd9: Pull complete
14:49:50 [2020-02-10T14:49:50.216Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
14:49:50 [2020-02-10T14:49:50.216Z] Status: Downloaded newer image for alpine:latest
14:49:53 [2020-02-10T14:49:53.494Z] Congratulations!  All commits are properly signed with the DCO!