Skip to content

Console Output

18:22:48 [2024-04-25T18:22:48.470Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47762:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=26.1 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
18:22:52 [2024-04-25T18:22:52.733Z] Unable to find image 'alpine:latest' locally
18:22:52 [2024-04-25T18:22:52.993Z] latest: Pulling from library/alpine
18:22:53 [2024-04-25T18:22:53.563Z] bca4290a9639: Pulling fs layer
18:22:53 [2024-04-25T18:22:53.563Z] bca4290a9639: Download complete
18:22:54 [2024-04-25T18:22:54.133Z] bca4290a9639: Pull complete
18:22:54 [2024-04-25T18:22:54.133Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
18:22:54 [2024-04-25T18:22:54.393Z] Status: Downloaded newer image for alpine:latest
18:23:00 [2024-04-25T18:23:00.967Z] Congratulations!  All commits are properly signed with the DCO!