Skip to content

Console Output

00:00:43 [2020-04-04T00:00:43.504Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40775:/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
00:00:47 [2020-04-04T00:00:47.686Z] Unable to find image 'alpine:latest' locally
00:00:47 [2020-04-04T00:00:47.686Z] latest: Pulling from library/alpine
00:00:47 [2020-04-04T00:00:47.686Z] aad63a933944: Pulling fs layer
00:00:47 [2020-04-04T00:00:47.686Z] aad63a933944: Verifying Checksum
00:00:47 [2020-04-04T00:00:47.686Z] aad63a933944: Download complete
00:00:47 [2020-04-04T00:00:47.943Z] aad63a933944: Pull complete
00:00:47 [2020-04-04T00:00:47.943Z] Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239
00:00:47 [2020-04-04T00:00:47.943Z] Status: Downloaded newer image for alpine:latest
00:00:52 [2020-04-04T00:00:52.313Z] Congratulations!  All commits are properly signed with the DCO!