Skip to content

Console Output

17:28:37 [2022-12-29T17:28:37.430Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43285:/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
17:28:59 [2022-12-29T17:28:59.365Z] Unable to find image 'alpine:latest' locally
17:28:59 [2022-12-29T17:28:59.365Z] latest: Pulling from library/alpine
17:28:59 [2022-12-29T17:28:59.365Z] 261da4162673: Pulling fs layer
17:28:59 [2022-12-29T17:28:59.365Z] 261da4162673: Download complete
17:28:59 [2022-12-29T17:28:59.365Z] 261da4162673: Pull complete
17:28:59 [2022-12-29T17:28:59.365Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
17:28:59 [2022-12-29T17:28:59.365Z] Status: Downloaded newer image for alpine:latest
17:29:03 [2022-12-29T17:29:03.552Z] Congratulations!  All commits are properly signed with the DCO!