Skip to content

Console Output

18:37:52 [2022-12-15T18:37:52.212Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44657:/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:38:10 [2022-12-15T18:38:10.305Z] Unable to find image 'alpine:latest' locally
18:38:10 [2022-12-15T18:38:10.305Z] latest: Pulling from library/alpine
18:38:10 [2022-12-15T18:38:10.305Z] 261da4162673: Pulling fs layer
18:38:10 [2022-12-15T18:38:10.305Z] 261da4162673: Verifying Checksum
18:38:10 [2022-12-15T18:38:10.305Z] 261da4162673: Download complete
18:38:10 [2022-12-15T18:38:10.305Z] 261da4162673: Pull complete
18:38:10 [2022-12-15T18:38:10.305Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
18:38:10 [2022-12-15T18:38:10.305Z] Status: Downloaded newer image for alpine:latest
18:38:14 [2022-12-15T18:38:14.494Z] Congratulations!  All commits are properly signed with the DCO!