Skip to content

Console Output

13:48:41 [2022-01-20T13:48:41.365Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42155:/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
13:48:41 [2022-01-20T13:48:41.365Z] Unable to find image 'alpine:latest' locally
13:48:41 [2022-01-20T13:48:41.365Z] latest: Pulling from library/alpine
13:48:41 [2022-01-20T13:48:41.365Z] 59bf1c3509f3: Pulling fs layer
13:48:41 [2022-01-20T13:48:41.623Z] 59bf1c3509f3: Verifying Checksum
13:48:41 [2022-01-20T13:48:41.623Z] 59bf1c3509f3: Download complete
13:48:41 [2022-01-20T13:48:41.623Z] 59bf1c3509f3: Pull complete
13:48:41 [2022-01-20T13:48:41.623Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
13:48:41 [2022-01-20T13:48:41.623Z] Status: Downloaded newer image for alpine:latest
13:48:44 [2022-01-20T13:48:44.149Z] Congratulations!  All commits are properly signed with the DCO!