Skip to content

Console Output

09:01:58 [2024-02-28T09:01:58.795Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47393:/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
09:02:02 [2024-02-28T09:02:02.971Z] Unable to find image 'alpine:latest' locally
09:02:02 [2024-02-28T09:02:02.973Z] latest: Pulling from library/alpine
09:02:03 [2024-02-28T09:02:03.230Z] bca4290a9639: Pulling fs layer
09:02:03 [2024-02-28T09:02:03.230Z] bca4290a9639: Download complete
09:02:03 [2024-02-28T09:02:03.487Z] bca4290a9639: Pull complete
09:02:03 [2024-02-28T09:02:03.487Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
09:02:03 [2024-02-28T09:02:03.487Z] Status: Downloaded newer image for alpine:latest
09:02:15 [2024-02-28T09:02:15.672Z] Congratulations!  All commits are properly signed with the DCO!