Skip to content

Console Output

06:19:54 [2021-06-30T06:19:54.706Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42569:/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
06:19:59 [2021-06-30T06:19:59.967Z] Unable to find image 'alpine:latest' locally
06:20:00 [2021-06-30T06:20:00.534Z] latest: Pulling from library/alpine
06:20:00 [2021-06-30T06:20:00.534Z] 5843afab3874: Pulling fs layer
06:20:00 [2021-06-30T06:20:00.534Z] 5843afab3874: Verifying Checksum
06:20:00 [2021-06-30T06:20:00.534Z] 5843afab3874: Download complete
06:20:01 [2021-06-30T06:20:01.098Z] 5843afab3874: Pull complete
06:20:01 [2021-06-30T06:20:01.098Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
06:20:01 [2021-06-30T06:20:01.098Z] Status: Downloaded newer image for alpine:latest
06:20:11 [2021-06-30T06:20:11.059Z] Congratulations!  All commits are properly signed with the DCO!