Skip to content

Console Output

14:26:53 [2020-04-07T14:26:53.991Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-40731:/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
14:27:02 [2020-04-07T14:27:02.131Z] Unable to find image 'alpine:latest' locally
14:27:02 [2020-04-07T14:27:02.131Z] latest: Pulling from library/alpine
14:27:02 [2020-04-07T14:27:02.131Z] aad63a933944: Pulling fs layer
14:27:02 [2020-04-07T14:27:02.433Z] aad63a933944: Verifying Checksum
14:27:02 [2020-04-07T14:27:02.433Z] aad63a933944: Download complete
14:27:02 [2020-04-07T14:27:02.997Z] aad63a933944: Pull complete
14:27:02 [2020-04-07T14:27:02.997Z] Digest: sha256:b276d875eeed9c7d3f1cfa7edb06b22ed22b14219a7d67c52c56612330348239
14:27:02 [2020-04-07T14:27:02.997Z] Status: Downloaded newer image for alpine:latest
14:27:09 [2020-04-07T14:27:09.918Z] Congratulations!  All commits are properly signed with the DCO!