Skip to content

Console Output

22:41:33 [2024-04-25T22:41:33.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47763:/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
22:41:37 [2024-04-25T22:41:37.786Z] Unable to find image 'alpine:latest' locally
22:41:37 [2024-04-25T22:41:37.786Z] latest: Pulling from library/alpine
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Pulling fs layer
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Verifying Checksum
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Download complete
22:41:37 [2024-04-25T22:41:37.786Z] bca4290a9639: Pull complete
22:41:38 [2024-04-25T22:41:38.043Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
22:41:38 [2024-04-25T22:41:38.043Z] Status: Downloaded newer image for alpine:latest
22:41:50 [2024-04-25T22:41:50.242Z] Congratulations!  All commits are properly signed with the DCO!