Skip to content

Console Output

14:33:46 [2022-03-07T14:33:46.435Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43342:/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
14:33:46 [2022-03-07T14:33:46.435Z] Unable to find image 'alpine:latest' locally
14:33:46 [2022-03-07T14:33:46.435Z] latest: Pulling from library/alpine
14:33:46 [2022-03-07T14:33:46.435Z] 59bf1c3509f3: Pulling fs layer
14:33:46 [2022-03-07T14:33:46.695Z] 59bf1c3509f3: Download complete
14:33:46 [2022-03-07T14:33:46.695Z] 59bf1c3509f3: Pull complete
14:33:46 [2022-03-07T14:33:46.695Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
14:33:46 [2022-03-07T14:33:46.695Z] Status: Downloaded newer image for alpine:latest
14:33:49 [2022-03-07T14:33:49.229Z] Congratulations!  All commits are properly signed with the DCO!