Skip to content

Console Output

14:22:55 [2022-03-25T14:22:55.963Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43378:/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
14:22:55 [2022-03-25T14:22:55.963Z] Unable to find image 'alpine:latest' locally
14:22:55 [2022-03-25T14:22:55.963Z] latest: Pulling from library/alpine
14:22:55 [2022-03-25T14:22:55.963Z] 3aa4d0bbde19: Pulling fs layer
14:22:56 [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Verifying Checksum
14:22:56 [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Download complete
14:22:56 [2022-03-25T14:22:56.222Z] 3aa4d0bbde19: Pull complete
14:22:56 [2022-03-25T14:22:56.222Z] Digest: sha256:ceeae2849a425ef1a7e591d8288f1a58cdf1f4e8d9da7510e29ea829e61cf512
14:22:56 [2022-03-25T14:22:56.222Z] Status: Downloaded newer image for alpine:latest
14:22:58 [2022-03-25T14:22:58.766Z] Congratulations!  All commits are properly signed with the DCO!