Skip to content

Console Output

10:31:20 [2022-12-28T10:31:20.876Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44705:/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
10:31:42 [2022-12-28T10:31:42.801Z] Unable to find image 'alpine:latest' locally
10:31:46 [2022-12-28T10:31:46.087Z] latest: Pulling from library/alpine
10:31:46 [2022-12-28T10:31:46.087Z] 261da4162673: Pulling fs layer
10:31:46 [2022-12-28T10:31:46.087Z] 261da4162673: Verifying Checksum
10:31:46 [2022-12-28T10:31:46.087Z] 261da4162673: Download complete
10:31:46 [2022-12-28T10:31:46.345Z] 261da4162673: Pull complete
10:31:46 [2022-12-28T10:31:46.345Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
10:31:46 [2022-12-28T10:31:46.345Z] Status: Downloaded newer image for alpine:latest
10:31:51 [2022-12-28T10:31:51.614Z] Congratulations!  All commits are properly signed with the DCO!