Skip to content

Console Output

12:23:23 [2024-03-27T12:23:23.291Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47638:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=26.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
12:23:26 [2024-03-27T12:23:26.552Z] Unable to find image 'alpine:latest' locally
12:23:27 [2024-03-27T12:23:27.112Z] latest: Pulling from library/alpine
12:23:27 [2024-03-27T12:23:27.367Z] bca4290a9639: Pulling fs layer
12:23:27 [2024-03-27T12:23:27.367Z] bca4290a9639: Verifying Checksum
12:23:27 [2024-03-27T12:23:27.367Z] bca4290a9639: Download complete
12:23:27 [2024-03-27T12:23:27.962Z] bca4290a9639: Pull complete
12:23:27 [2024-03-27T12:23:27.962Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
12:23:28 [2024-03-27T12:23:28.217Z] Status: Downloaded newer image for alpine:latest
12:23:36 [2024-03-27T12:23:36.304Z] Congratulations!  All commits are properly signed with the DCO!