Skip to content

Console Output

17:09:55 [2021-11-11T17:09:55.254Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42626:/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
17:09:55 [2021-11-11T17:09:55.254Z] Unable to find image 'alpine:latest' locally
17:09:55 [2021-11-11T17:09:55.254Z] latest: Pulling from library/alpine
17:09:55 [2021-11-11T17:09:55.254Z] a0d0a0d46f8b: Pulling fs layer
17:09:55 [2021-11-11T17:09:55.511Z] a0d0a0d46f8b: Verifying Checksum
17:09:55 [2021-11-11T17:09:55.511Z] a0d0a0d46f8b: Download complete
17:09:55 [2021-11-11T17:09:55.511Z] a0d0a0d46f8b: Pull complete
17:09:55 [2021-11-11T17:09:55.511Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
17:09:55 [2021-11-11T17:09:55.511Z] Status: Downloaded newer image for alpine:latest
17:09:58 [2021-11-11T17:09:58.038Z] Congratulations!  All commits are properly signed with the DCO!