Skip to content

Console Output

02:57:02 [2024-02-06T02:57:02.750Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47332:/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
02:57:06 [2024-02-06T02:57:06.927Z] Unable to find image 'alpine:latest' locally
02:57:06 [2024-02-06T02:57:06.927Z] latest: Pulling from library/alpine
02:57:06 [2024-02-06T02:57:06.927Z] bca4290a9639: Pulling fs layer
02:57:07 [2024-02-06T02:57:07.193Z] bca4290a9639: Download complete
02:57:07 [2024-02-06T02:57:07.452Z] bca4290a9639: Pull complete
02:57:07 [2024-02-06T02:57:07.452Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
02:57:07 [2024-02-06T02:57:07.452Z] Status: Downloaded newer image for alpine:latest
02:57:15 [2024-02-06T02:57:15.552Z] Congratulations!  All commits are properly signed with the DCO!