Skip to content

Console Output

18:17:58 [2020-03-12T18:17:58.967Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40652:/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
18:17:58 [2020-03-12T18:17:58.967Z] Unable to find image 'alpine:latest' locally
18:17:58 [2020-03-12T18:17:58.967Z] latest: Pulling from library/alpine
18:17:58 [2020-03-12T18:17:58.967Z] c9b1b535fdd9: Pulling fs layer
18:17:59 [2020-03-12T18:17:59.225Z] c9b1b535fdd9: Verifying Checksum
18:17:59 [2020-03-12T18:17:59.225Z] c9b1b535fdd9: Download complete
18:17:59 [2020-03-12T18:17:59.225Z] c9b1b535fdd9: Pull complete
18:17:59 [2020-03-12T18:17:59.225Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
18:17:59 [2020-03-12T18:17:59.225Z] Status: Downloaded newer image for alpine:latest
18:18:02 [2020-03-12T18:18:02.507Z] Congratulations!  All commits are properly signed with the DCO!