Skip to content

Console Output

09:54:27 [2021-04-02T09:54:27.639Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42182:/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
09:54:32 [2021-04-02T09:54:32.904Z] Unable to find image 'alpine:latest' locally
09:54:32 [2021-04-02T09:54:32.904Z] latest: Pulling from library/alpine
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Pulling fs layer
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Verifying Checksum
09:54:32 [2021-04-02T09:54:32.904Z] ca3cd42a7c95: Download complete
09:54:33 [2021-04-02T09:54:33.468Z] ca3cd42a7c95: Pull complete
09:54:33 [2021-04-02T09:54:33.468Z] Digest: sha256:ec14c7992a97fc11425907e908340c6c3d6ff602f5f13d899e6b7027c9b4133a
09:54:33 [2021-04-02T09:54:33.468Z] Status: Downloaded newer image for alpine:latest
09:54:40 [2021-04-02T09:54:40.018Z] Congratulations!  All commits are properly signed with the DCO!