Skip to content

Console Output

14:57:08 [2022-07-20T14:57:08.625Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43839:/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:57:16 [2022-07-20T14:57:16.773Z] Unable to find image 'alpine:latest' locally
14:57:16 [2022-07-20T14:57:16.773Z] latest: Pulling from library/alpine
14:57:16 [2022-07-20T14:57:16.773Z] 530afca65e2e: Pulling fs layer
14:57:16 [2022-07-20T14:57:16.773Z] 530afca65e2e: Verifying Checksum
14:57:16 [2022-07-20T14:57:16.773Z] 530afca65e2e: Download complete
14:57:16 [2022-07-20T14:57:16.773Z] 530afca65e2e: Pull complete
14:57:16 [2022-07-20T14:57:16.773Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
14:57:16 [2022-07-20T14:57:16.773Z] Status: Downloaded newer image for alpine:latest
14:57:24 [2022-07-20T14:57:24.926Z] Congratulations!  All commits are properly signed with the DCO!