Skip to content

Console Output

20:02:44 [2022-06-07T20:02:44.204Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43702:/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
20:02:47 [2022-06-07T20:02:47.484Z] Unable to find image 'alpine:latest' locally
20:02:48 [2022-06-07T20:02:48.049Z] latest: Pulling from library/alpine
20:02:48 [2022-06-07T20:02:48.049Z] 2408cc74d12b: Pulling fs layer
20:02:48 [2022-06-07T20:02:48.049Z] 2408cc74d12b: Verifying Checksum
20:02:48 [2022-06-07T20:02:48.049Z] 2408cc74d12b: Download complete
20:02:48 [2022-06-07T20:02:48.613Z] 2408cc74d12b: Pull complete
20:02:48 [2022-06-07T20:02:48.613Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
20:02:48 [2022-06-07T20:02:48.869Z] Status: Downloaded newer image for alpine:latest
20:02:55 [2022-06-07T20:02:55.439Z] Congratulations!  All commits are properly signed with the DCO!