Skip to content

Console Output

08:50:33 [2022-08-08T08:50:33.069Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43708:/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
08:50:33 [2022-08-08T08:50:33.069Z] Unable to find image 'alpine:latest' locally
08:50:33 [2022-08-08T08:50:33.069Z] latest: Pulling from library/alpine
08:50:33 [2022-08-08T08:50:33.328Z] 530afca65e2e: Pulling fs layer
08:50:33 [2022-08-08T08:50:33.328Z] 530afca65e2e: Verifying Checksum
08:50:33 [2022-08-08T08:50:33.328Z] 530afca65e2e: Download complete
08:50:33 [2022-08-08T08:50:33.588Z] 530afca65e2e: Pull complete
08:50:33 [2022-08-08T08:50:33.588Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
08:50:33 [2022-08-08T08:50:33.588Z] Status: Downloaded newer image for alpine:latest
08:50:36 [2022-08-08T08:50:36.126Z] Congratulations!  All commits are properly signed with the DCO!