Skip to content

Console Output

18:01:17 [2021-03-30T18:01:17.287Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/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
18:01:23 [2021-03-30T18:01:23.819Z] Unable to find image 'alpine:latest' locally
18:01:24 [2021-03-30T18:01:24.380Z] latest: Pulling from library/alpine
18:01:24 [2021-03-30T18:01:24.380Z] 9aae54b2144e: Pulling fs layer
18:01:24 [2021-03-30T18:01:24.380Z] 9aae54b2144e: Verifying Checksum
18:01:24 [2021-03-30T18:01:24.380Z] 9aae54b2144e: Download complete
18:01:24 [2021-03-30T18:01:24.942Z] 9aae54b2144e: Pull complete
18:01:24 [2021-03-30T18:01:24.942Z] Digest: sha256:826f70e0ac33e99a72cf20fb0571245a8fee52d68cb26d8bc58e53bfa65dcdfa
18:01:24 [2021-03-30T18:01:24.942Z] Status: Downloaded newer image for alpine:latest
18:01:29 [2021-03-30T18:01:29.106Z] Congratulations!  All commits are properly signed with the DCO!