Skip to content

Console Output

13:57:24 [2021-07-03T13:57:24.098Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42047:/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
13:57:32 [2021-07-03T13:57:32.235Z] Unable to find image 'alpine:latest' locally
13:57:32 [2021-07-03T13:57:32.235Z] latest: Pulling from library/alpine
13:57:32 [2021-07-03T13:57:32.235Z] 5843afab3874: Pulling fs layer
13:57:32 [2021-07-03T13:57:32.235Z] 5843afab3874: Verifying Checksum
13:57:32 [2021-07-03T13:57:32.235Z] 5843afab3874: Download complete
13:57:32 [2021-07-03T13:57:32.235Z] 5843afab3874: Pull complete
13:57:32 [2021-07-03T13:57:32.235Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0
13:57:32 [2021-07-03T13:57:32.235Z] Status: Downloaded newer image for alpine:latest
13:57:37 [2021-07-03T13:57:37.520Z] Congratulations!  All commits are properly signed with the DCO!