Skip to content

Console Output

20:57:29 [2021-12-24T20:57:29.013Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43100:/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
20:57:37 [2021-12-24T20:57:37.162Z] Unable to find image 'alpine:latest' locally
20:57:37 [2021-12-24T20:57:37.162Z] latest: Pulling from library/alpine
20:57:37 [2021-12-24T20:57:37.423Z] 59bf1c3509f3: Pulling fs layer
20:57:37 [2021-12-24T20:57:37.423Z] 59bf1c3509f3: Verifying Checksum
20:57:37 [2021-12-24T20:57:37.423Z] 59bf1c3509f3: Download complete
20:57:37 [2021-12-24T20:57:37.685Z] 59bf1c3509f3: Pull complete
20:57:37 [2021-12-24T20:57:37.685Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
20:57:37 [2021-12-24T20:57:37.685Z] Status: Downloaded newer image for alpine:latest
20:57:42 [2021-12-24T20:57:42.994Z] Congratulations!  All commits are properly signed with the DCO!