Skip to content

Console Output

08:31:35 [2022-05-27T08:31:35.450Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43649:/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
08:31:43 [2022-05-27T08:31:43.617Z] Unable to find image 'alpine:latest' locally
08:31:43 [2022-05-27T08:31:43.617Z] latest: Pulling from library/alpine
08:31:43 [2022-05-27T08:31:43.617Z] 2408cc74d12b: Pulling fs layer
08:31:43 [2022-05-27T08:31:43.617Z] 2408cc74d12b: Verifying Checksum
08:31:43 [2022-05-27T08:31:43.617Z] 2408cc74d12b: Download complete
08:31:43 [2022-05-27T08:31:43.880Z] 2408cc74d12b: Pull complete
08:31:43 [2022-05-27T08:31:43.880Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
08:31:43 [2022-05-27T08:31:43.880Z] Status: Downloaded newer image for alpine:latest
08:31:50 [2022-05-27T08:31:50.467Z] Congratulations!  All commits are properly signed with the DCO!