Skip to content

Console Output

16:34:27 [2022-03-15T16:34:27.230Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43381:/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:34:30 [2022-03-15T16:34:30.523Z] Unable to find image 'alpine:latest' locally
16:34:31 [2022-03-15T16:34:31.452Z] latest: Pulling from library/alpine
16:34:31 [2022-03-15T16:34:31.452Z] 59bf1c3509f3: Pulling fs layer
16:34:31 [2022-03-15T16:34:31.709Z] 59bf1c3509f3: Download complete
16:34:32 [2022-03-15T16:34:32.276Z] 59bf1c3509f3: Pull complete
16:34:32 [2022-03-15T16:34:32.276Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
16:34:32 [2022-03-15T16:34:32.276Z] Status: Downloaded newer image for alpine:latest
16:34:40 [2022-03-15T16:34:40.397Z] Congratulations!  All commits are properly signed with the DCO!