Skip to content

Console Output

18:09:45 [2021-07-09T18:09:45.938Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42613:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 alpine sh -c apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco
18:09:45 [2021-07-09T18:09:45.938Z] Unable to find image 'alpine:latest' locally
18:09:46 [2021-07-09T18:09:46.198Z] latest: Pulling from library/alpine
18:09:46 [2021-07-09T18:09:46.198Z] 5843afab3874: Pulling fs layer
18:09:46 [2021-07-09T18:09:46.198Z] 5843afab3874: Verifying Checksum
18:09:46 [2021-07-09T18:09:46.198Z] 5843afab3874: Download complete
18:09:46 [2021-07-09T18:09:46.458Z] 5843afab3874: Pull complete
18:09:46 [2021-07-09T18:09:46.458Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
18:09:46 [2021-07-09T18:09:46.458Z] Status: Downloaded newer image for alpine:latest
18:09:49 [2021-07-09T18:09:49.765Z] Congratulations!  All commits are properly signed with the DCO!