Skip to content

Console Output

18:47:30 [2022-07-18T18:47:30.066Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43819:/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
18:47:30 [2022-07-18T18:47:30.066Z] Unable to find image 'alpine:latest' locally
18:47:30 [2022-07-18T18:47:30.066Z] latest: Pulling from library/alpine
18:47:30 [2022-07-18T18:47:30.322Z] 2408cc74d12b: Pulling fs layer
18:47:30 [2022-07-18T18:47:30.322Z] 2408cc74d12b: Verifying Checksum
18:47:30 [2022-07-18T18:47:30.322Z] 2408cc74d12b: Download complete
18:47:30 [2022-07-18T18:47:30.580Z] 2408cc74d12b: Pull complete
18:47:30 [2022-07-18T18:47:30.580Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
18:47:30 [2022-07-18T18:47:30.580Z] Status: Downloaded newer image for alpine:latest
18:47:33 [2022-07-18T18:47:33.096Z] Congratulations!  All commits are properly signed with the DCO!