Skip to content

Console Output

18:09:20 [2022-08-03T18:09:20.399Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43903:/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
18:09:28 [2022-08-03T18:09:28.534Z] Unable to find image 'alpine:latest' locally
18:09:28 [2022-08-03T18:09:28.534Z] latest: Pulling from library/alpine
18:09:28 [2022-08-03T18:09:28.534Z] 530afca65e2e: Pulling fs layer
18:09:28 [2022-08-03T18:09:28.534Z] 530afca65e2e: Verifying Checksum
18:09:28 [2022-08-03T18:09:28.534Z] 530afca65e2e: Download complete
18:09:28 [2022-08-03T18:09:28.534Z] 530afca65e2e: Pull complete
18:09:28 [2022-08-03T18:09:28.534Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
18:09:28 [2022-08-03T18:09:28.534Z] Status: Downloaded newer image for alpine:latest
18:09:32 [2022-08-03T18:09:32.730Z] Congratulations!  All commits are properly signed with the DCO!