Skip to content

Console Output

11:09:58 [2022-07-01T11:09:58.954Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43760:/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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
11:09:58 [2022-07-01T11:09:58.954Z] Unable to find image 'alpine:latest' locally
11:09:58 [2022-07-01T11:09:58.954Z] latest: Pulling from library/alpine
11:09:59 [2022-07-01T11:09:59.215Z] 2408cc74d12b: Pulling fs layer
11:09:59 [2022-07-01T11:09:59.215Z] 2408cc74d12b: Verifying Checksum
11:09:59 [2022-07-01T11:09:59.215Z] 2408cc74d12b: Download complete
11:09:59 [2022-07-01T11:09:59.215Z] 2408cc74d12b: Pull complete
11:09:59 [2022-07-01T11:09:59.477Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
11:09:59 [2022-07-01T11:09:59.477Z] Status: Downloaded newer image for alpine:latest
11:10:02 [2022-07-01T11:10:02.026Z] Congratulations!  All commits are properly signed with the DCO!