Skip to content

Console Output

14:26:20 [2022-12-22T14:26:20.744Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44667:/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
14:26:20 [2022-12-22T14:26:20.744Z] Unable to find image 'alpine:latest' locally
14:26:20 [2022-12-22T14:26:20.744Z] latest: Pulling from library/alpine
14:26:21 [2022-12-22T14:26:21.001Z] 261da4162673: Pulling fs layer
14:26:21 [2022-12-22T14:26:21.001Z] 261da4162673: Verifying Checksum
14:26:21 [2022-12-22T14:26:21.001Z] 261da4162673: Download complete
14:26:21 [2022-12-22T14:26:21.257Z] 261da4162673: Pull complete
14:26:21 [2022-12-22T14:26:21.257Z] Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
14:26:21 [2022-12-22T14:26:21.257Z] Status: Downloaded newer image for alpine:latest
14:26:25 [2022-12-22T14:26:25.431Z] Congratulations!  All commits are properly signed with the DCO!