Skip to content

Console Output

10:43:59 [2022-07-12T10:43:59.359Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43797:/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
10:43:59 [2022-07-12T10:43:59.359Z] Unable to find image 'alpine:latest' locally
10:43:59 [2022-07-12T10:43:59.359Z] latest: Pulling from library/alpine
10:43:59 [2022-07-12T10:43:59.618Z] 2408cc74d12b: Pulling fs layer
10:43:59 [2022-07-12T10:43:59.618Z] 2408cc74d12b: Verifying Checksum
10:43:59 [2022-07-12T10:43:59.618Z] 2408cc74d12b: Download complete
10:43:59 [2022-07-12T10:43:59.618Z] 2408cc74d12b: Pull complete
10:43:59 [2022-07-12T10:43:59.878Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
10:43:59 [2022-07-12T10:43:59.878Z] Status: Downloaded newer image for alpine:latest
10:44:02 [2022-07-12T10:44:02.421Z] Congratulations!  All commits are properly signed with the DCO!