Skip to content

Console Output

19:31:59 [2022-11-28T19:31:59.149Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44329:/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
19:32:21 [2022-11-28T19:32:21.099Z] Unable to find image 'alpine:latest' locally
19:32:21 [2022-11-28T19:32:21.099Z] latest: Pulling from library/alpine
19:32:21 [2022-11-28T19:32:21.099Z] 261da4162673: Pulling fs layer
19:32:21 [2022-11-28T19:32:21.099Z] 261da4162673: Download complete
19:32:21 [2022-11-28T19:32:21.099Z] 261da4162673: Pull complete
19:32:21 [2022-11-28T19:32:21.099Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
19:32:21 [2022-11-28T19:32:21.099Z] Status: Downloaded newer image for alpine:latest
19:32:26 [2022-11-28T19:32:26.377Z] Congratulations!  All commits are properly signed with the DCO!