Skip to content

Console Output

17:50:10 [2020-03-12T17:50:10.083Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40558:/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
17:50:15 [2020-03-12T17:50:15.338Z] Unable to find image 'alpine:latest' locally
17:50:15 [2020-03-12T17:50:15.338Z] latest: Pulling from library/alpine
17:50:15 [2020-03-12T17:50:15.338Z] c9b1b535fdd9: Pulling fs layer
17:50:15 [2020-03-12T17:50:15.338Z] c9b1b535fdd9: Verifying Checksum
17:50:15 [2020-03-12T17:50:15.338Z] c9b1b535fdd9: Download complete
17:50:15 [2020-03-12T17:50:15.338Z] c9b1b535fdd9: Pull complete
17:50:15 [2020-03-12T17:50:15.338Z] Digest: sha256:ab00606a42621fb68f2ed6ad3c88be54397f981a7b70a79db3d1172b11c4367d
17:50:15 [2020-03-12T17:50:15.338Z] Status: Downloaded newer image for alpine:latest
17:50:20 [2020-03-12T17:50:20.604Z] Congratulations!  All commits are properly signed with the DCO!