Skip to content

Console Output

07:07:37 [2024-04-08T07:07:37.436Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47685:/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
07:07:41 [2024-04-08T07:07:41.600Z] Unable to find image 'alpine:latest' locally
07:07:41 [2024-04-08T07:07:41.600Z] latest: Pulling from library/alpine
07:07:41 [2024-04-08T07:07:41.600Z] bca4290a9639: Pulling fs layer
07:07:41 [2024-04-08T07:07:41.600Z] bca4290a9639: Verifying Checksum
07:07:41 [2024-04-08T07:07:41.600Z] bca4290a9639: Download complete
07:07:41 [2024-04-08T07:07:41.855Z] bca4290a9639: Pull complete
07:07:41 [2024-04-08T07:07:41.855Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
07:07:42 [2024-04-08T07:07:42.111Z] Status: Downloaded newer image for alpine:latest
07:07:54 [2024-04-08T07:07:54.274Z] Congratulations!  All commits are properly signed with the DCO!