Skip to content

Console Output

08:36:48 [2022-12-28T08:36:48.736Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42852:/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
08:37:10 [2022-12-28T08:37:10.633Z] Unable to find image 'alpine:latest' locally
08:37:10 [2022-12-28T08:37:10.634Z] latest: Pulling from library/alpine
08:37:10 [2022-12-28T08:37:10.634Z] 261da4162673: Pulling fs layer
08:37:10 [2022-12-28T08:37:10.634Z] 261da4162673: Verifying Checksum
08:37:10 [2022-12-28T08:37:10.634Z] 261da4162673: Download complete
08:37:10 [2022-12-28T08:37:10.634Z] 261da4162673: Pull complete
08:37:10 [2022-12-28T08:37:10.634Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
08:37:10 [2022-12-28T08:37:10.634Z] Status: Downloaded newer image for alpine:latest
08:37:17 [2022-12-28T08:37:17.180Z] Congratulations!  All commits are properly signed with the DCO!