Skip to content

Console Output

18:37:54 [2022-04-04T18:37:54.060Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43462:/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
18:37:54 [2022-04-04T18:37:54.060Z] Unable to find image 'alpine:latest' locally
18:37:54 [2022-04-04T18:37:54.060Z] latest: Pulling from library/alpine
18:37:54 [2022-04-04T18:37:54.317Z] 40e059520d19: Pulling fs layer
18:37:54 [2022-04-04T18:37:54.317Z] 40e059520d19: Verifying Checksum
18:37:54 [2022-04-04T18:37:54.317Z] 40e059520d19: Download complete
18:37:54 [2022-04-04T18:37:54.574Z] 40e059520d19: Pull complete
18:37:54 [2022-04-04T18:37:54.574Z] Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04
18:37:54 [2022-04-04T18:37:54.574Z] Status: Downloaded newer image for alpine:latest
18:37:57 [2022-04-04T18:37:57.093Z] Congratulations!  All commits are properly signed with the DCO!