Skip to content

Console Output

10:07:55 [2022-12-23T10:07:55.349Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43060:/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:08:17 [2022-12-23T10:08:17.259Z] Unable to find image 'alpine:latest' locally
10:08:17 [2022-12-23T10:08:17.259Z] latest: Pulling from library/alpine
10:08:17 [2022-12-23T10:08:17.259Z] 261da4162673: Pulling fs layer
10:08:17 [2022-12-23T10:08:17.259Z] 261da4162673: Verifying Checksum
10:08:17 [2022-12-23T10:08:17.259Z] 261da4162673: Download complete
10:08:17 [2022-12-23T10:08:17.259Z] 261da4162673: Pull complete
10:08:17 [2022-12-23T10:08:17.259Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
10:08:17 [2022-12-23T10:08:17.259Z] Status: Downloaded newer image for alpine:latest
10:08:23 [2022-12-23T10:08:23.807Z] Congratulations!  All commits are properly signed with the DCO!