Skip to content

Console Output

07:19:48 [2022-06-02T07:19:48.723Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43676:/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
07:19:56 [2022-06-02T07:19:56.846Z] Unable to find image 'alpine:latest' locally
07:19:57 [2022-06-02T07:19:57.416Z] latest: Pulling from library/alpine
07:19:57 [2022-06-02T07:19:57.676Z] 2408cc74d12b: Pulling fs layer
07:19:57 [2022-06-02T07:19:57.676Z] 2408cc74d12b: Verifying Checksum
07:19:57 [2022-06-02T07:19:57.676Z] 2408cc74d12b: Download complete
07:19:58 [2022-06-02T07:19:58.247Z] 2408cc74d12b: Pull complete
07:19:58 [2022-06-02T07:19:58.247Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
07:19:58 [2022-06-02T07:19:58.247Z] Status: Downloaded newer image for alpine:latest
07:20:08 [2022-06-02T07:20:08.211Z] Congratulations!  All commits are properly signed with the DCO!