Skip to content

Console Output

17:19:53 [2022-01-26T17:19:53.740Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43191:/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
17:20:03 [2022-01-26T17:20:03.749Z] Unable to find image 'alpine:latest' locally
17:20:03 [2022-01-26T17:20:03.749Z] latest: Pulling from library/alpine
17:20:04 [2022-01-26T17:20:04.010Z] 59bf1c3509f3: Pulling fs layer
17:20:04 [2022-01-26T17:20:04.010Z] 59bf1c3509f3: Verifying Checksum
17:20:04 [2022-01-26T17:20:04.010Z] 59bf1c3509f3: Download complete
17:20:04 [2022-01-26T17:20:04.270Z] 59bf1c3509f3: Pull complete
17:20:04 [2022-01-26T17:20:04.270Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
17:20:04 [2022-01-26T17:20:04.530Z] Status: Downloaded newer image for alpine:latest
17:20:12 [2022-01-26T17:20:12.664Z] Congratulations!  All commits are properly signed with the DCO!