Skip to content

Console Output

10:45:09 [2024-04-19T10:45:09.088Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47734:/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
10:45:12 [2024-04-19T10:45:12.349Z] Unable to find image 'alpine:latest' locally
10:45:12 [2024-04-19T10:45:12.605Z] latest: Pulling from library/alpine
10:45:12 [2024-04-19T10:45:12.605Z] bca4290a9639: Pulling fs layer
10:45:12 [2024-04-19T10:45:12.605Z] bca4290a9639: Verifying Checksum
10:45:12 [2024-04-19T10:45:12.605Z] bca4290a9639: Download complete
10:45:12 [2024-04-19T10:45:12.863Z] bca4290a9639: Pull complete
10:45:12 [2024-04-19T10:45:12.863Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
10:45:12 [2024-04-19T10:45:12.863Z] Status: Downloaded newer image for alpine:latest
10:45:22 [2024-04-19T10:45:22.796Z] Congratulations!  All commits are properly signed with the DCO!