Skip to content

Console Output

09:51:47 [2022-02-01T09:51:47.359Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43202:/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
09:51:55 [2022-02-01T09:51:55.499Z] Unable to find image 'alpine:latest' locally
09:51:56 [2022-02-01T09:51:56.071Z] latest: Pulling from library/alpine
09:51:56 [2022-02-01T09:51:56.071Z] 59bf1c3509f3: Pulling fs layer
09:51:56 [2022-02-01T09:51:56.332Z] 59bf1c3509f3: Verifying Checksum
09:51:56 [2022-02-01T09:51:56.332Z] 59bf1c3509f3: Download complete
09:51:56 [2022-02-01T09:51:56.592Z] 59bf1c3509f3: Pull complete
09:51:56 [2022-02-01T09:51:56.592Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300
09:51:56 [2022-02-01T09:51:56.853Z] Status: Downloaded newer image for alpine:latest
09:52:05 [2022-02-01T09:52:05.010Z] Congratulations!  All commits are properly signed with the DCO!