Skip to content

Console Output

18:25:04 [2022-12-27T18:25:04.088Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44701:/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:25:26 [2022-12-27T18:25:26.022Z] Unable to find image 'alpine:latest' locally
18:25:26 [2022-12-27T18:25:26.283Z] latest: Pulling from library/alpine
18:25:26 [2022-12-27T18:25:26.283Z] 261da4162673: Pulling fs layer
18:25:26 [2022-12-27T18:25:26.283Z] 261da4162673: Verifying Checksum
18:25:26 [2022-12-27T18:25:26.283Z] 261da4162673: Download complete
18:25:26 [2022-12-27T18:25:26.541Z] 261da4162673: Pull complete
18:25:26 [2022-12-27T18:25:26.541Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
18:25:26 [2022-12-27T18:25:26.799Z] Status: Downloaded newer image for alpine:latest
18:25:33 [2022-12-27T18:25:33.355Z] Congratulations!  All commits are properly signed with the DCO!