Skip to content

Console Output

05:50:35 [2021-03-30T05:50:35.081Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42217:/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
05:50:45 [2021-03-30T05:50:45.054Z] Unable to find image 'alpine:latest' locally
05:50:45 [2021-03-30T05:50:45.054Z] latest: Pulling from library/alpine
05:50:45 [2021-03-30T05:50:45.054Z] 9aae54b2144e: Pulling fs layer
05:50:45 [2021-03-30T05:50:45.054Z] 9aae54b2144e: Verifying Checksum
05:50:45 [2021-03-30T05:50:45.054Z] 9aae54b2144e: Download complete
05:50:45 [2021-03-30T05:50:45.054Z] 9aae54b2144e: Pull complete
05:50:45 [2021-03-30T05:50:45.054Z] Digest: sha256:826f70e0ac33e99a72cf20fb0571245a8fee52d68cb26d8bc58e53bfa65dcdfa
05:50:45 [2021-03-30T05:50:45.312Z] Status: Downloaded newer image for alpine:latest
05:50:53 [2021-03-30T05:50:53.454Z] Congratulations!  All commits are properly signed with the DCO!