Skip to content

Console Output

18:23:10 [2021-11-26T18:23:10.736Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43047:/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:23:10 [2021-11-26T18:23:10.736Z] Unable to find image 'alpine:latest' locally
18:23:10 [2021-11-26T18:23:10.736Z] latest: Pulling from library/alpine
18:23:10 [2021-11-26T18:23:10.736Z] 59bf1c3509f3: Pulling fs layer
18:23:10 [2021-11-26T18:23:10.997Z] 59bf1c3509f3: Verifying Checksum
18:23:10 [2021-11-26T18:23:10.997Z] 59bf1c3509f3: Download complete
18:23:10 [2021-11-26T18:23:10.997Z] 59bf1c3509f3: Pull complete
18:23:10 [2021-11-26T18:23:10.997Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
18:23:10 [2021-11-26T18:23:10.997Z] Status: Downloaded newer image for alpine:latest
18:23:14 [2021-11-26T18:23:14.300Z] Congratulations!  All commits are properly signed with the DCO!