Skip to content

Console Output

15:41:48 [2021-09-15T15:41:48.635Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42842:/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
15:41:55 [2021-09-15T15:41:55.183Z] Unable to find image 'alpine:latest' locally
15:41:55 [2021-09-15T15:41:55.441Z] latest: Pulling from library/alpine
15:41:55 [2021-09-15T15:41:55.441Z] a0d0a0d46f8b: Pulling fs layer
15:41:55 [2021-09-15T15:41:55.703Z] a0d0a0d46f8b: Download complete
15:41:55 [2021-09-15T15:41:55.703Z] a0d0a0d46f8b: Pull complete
15:41:55 [2021-09-15T15:41:55.703Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
15:41:55 [2021-09-15T15:41:55.703Z] Status: Downloaded newer image for alpine:latest
15:42:00 [2021-09-15T15:42:00.964Z] Congratulations!  All commits are properly signed with the DCO!