Skip to content

Console Output

13:20:53 [2022-12-31T13:20:53.549Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44722:/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
13:21:15 [2022-12-31T13:21:15.458Z] Unable to find image 'alpine:latest' locally
13:21:15 [2022-12-31T13:21:15.458Z] latest: Pulling from library/alpine
13:21:15 [2022-12-31T13:21:15.458Z] 261da4162673: Pulling fs layer
13:21:15 [2022-12-31T13:21:15.458Z] 261da4162673: Verifying Checksum
13:21:15 [2022-12-31T13:21:15.458Z] 261da4162673: Download complete
13:21:15 [2022-12-31T13:21:15.458Z] 261da4162673: Pull complete
13:21:15 [2022-12-31T13:21:15.458Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
13:21:15 [2022-12-31T13:21:15.458Z] Status: Downloaded newer image for alpine:latest
13:21:19 [2022-12-31T13:21:19.711Z] Congratulations!  All commits are properly signed with the DCO!