Skip to content

Console Output

16:01:13 [2022-02-18T16:01:13.292Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43183:/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
16:01:19 [2022-02-18T16:01:19.884Z] Unable to find image 'alpine:latest' locally
16:01:20 [2022-02-18T16:01:20.145Z] latest: Pulling from library/alpine
16:01:20 [2022-02-18T16:01:20.145Z] 59bf1c3509f3: Pulling fs layer
16:01:20 [2022-02-18T16:01:20.406Z] 59bf1c3509f3: Verifying Checksum
16:01:20 [2022-02-18T16:01:20.406Z] 59bf1c3509f3: Download complete
16:01:20 [2022-02-18T16:01:20.982Z] 59bf1c3509f3: Pull complete
16:01:20 [2022-02-18T16:01:20.982Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
16:01:20 [2022-02-18T16:01:20.982Z] Status: Downloaded newer image for alpine:latest
16:01:27 [2022-02-18T16:01:27.596Z] Congratulations!  All commits are properly signed with the DCO!