Skip to content

Console Output

12:54:06 [2024-02-03T12:54:06.151Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47315:/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
12:54:09 [2024-02-03T12:54:09.451Z] Unable to find image 'alpine:latest' locally
12:54:09 [2024-02-03T12:54:09.711Z] latest: Pulling from library/alpine
12:54:09 [2024-02-03T12:54:09.711Z] bca4290a9639: Pulling fs layer
12:54:09 [2024-02-03T12:54:09.972Z] bca4290a9639: Verifying Checksum
12:54:09 [2024-02-03T12:54:09.972Z] bca4290a9639: Download complete
12:54:09 [2024-02-03T12:54:09.972Z] bca4290a9639: Pull complete
12:54:09 [2024-02-03T12:54:09.972Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
12:54:10 [2024-02-03T12:54:10.233Z] Status: Downloaded newer image for alpine:latest
12:54:16 [2024-02-03T12:54:16.816Z] Congratulations!  All commits are properly signed with the DCO!