Skip to content

Console Output

14:24:10 [2022-01-25T14:24:10.100Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43187:/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:24:10 [2022-01-25T14:24:10.100Z] Unable to find image 'alpine:latest' locally
14:24:10 [2022-01-25T14:24:10.100Z] latest: Pulling from library/alpine
14:24:10 [2022-01-25T14:24:10.100Z] 59bf1c3509f3: Pulling fs layer
14:24:10 [2022-01-25T14:24:10.358Z] 59bf1c3509f3: Verifying Checksum
14:24:10 [2022-01-25T14:24:10.358Z] 59bf1c3509f3: Pull complete
14:24:10 [2022-01-25T14:24:10.358Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
14:24:10 [2022-01-25T14:24:10.358Z] Status: Downloaded newer image for alpine:latest
14:24:12 [2022-01-25T14:24:12.871Z] Congratulations!  All commits are properly signed with the DCO!