Skip to content

Console Output

11:51:14 [2021-11-11T11:51:14.065Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42993:/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
11:51:20 [2021-11-11T11:51:20.657Z] Unable to find image 'alpine:latest' locally
11:51:21 [2021-11-11T11:51:21.229Z] latest: Pulling from library/alpine
11:51:21 [2021-11-11T11:51:21.229Z] a0d0a0d46f8b: Pulling fs layer
11:51:21 [2021-11-11T11:51:21.229Z] a0d0a0d46f8b: Verifying Checksum
11:51:21 [2021-11-11T11:51:21.229Z] a0d0a0d46f8b: Download complete
11:51:21 [2021-11-11T11:51:21.798Z] a0d0a0d46f8b: Pull complete
11:51:21 [2021-11-11T11:51:21.798Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
11:51:21 [2021-11-11T11:51:21.798Z] Status: Downloaded newer image for alpine:latest
11:51:29 [2021-11-11T11:51:29.936Z] Congratulations!  All commits are properly signed with the DCO!