Skip to content

Console Output

21:03:25 [2024-01-31T21:03:25.304Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47279:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=25.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
21:03:25 [2024-01-31T21:03:25.304Z] Unable to find image 'alpine:latest' locally
21:03:25 [2024-01-31T21:03:25.304Z] latest: Pulling from library/alpine
21:03:25 [2024-01-31T21:03:25.304Z] bca4290a9639: Pulling fs layer
21:03:25 [2024-01-31T21:03:25.568Z] bca4290a9639: Verifying Checksum
21:03:25 [2024-01-31T21:03:25.568Z] bca4290a9639: Download complete
21:03:25 [2024-01-31T21:03:25.568Z] bca4290a9639: Pull complete
21:03:25 [2024-01-31T21:03:25.568Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
21:03:25 [2024-01-31T21:03:25.568Z] Status: Downloaded newer image for alpine:latest
21:03:30 [2024-01-31T21:03:30.859Z] Congratulations!  All commits are properly signed with the DCO!