Skip to content

Console Output

11:27:48 [2024-03-26T11:27:48.387Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47634:/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
11:27:51 [2024-03-26T11:27:51.682Z] Unable to find image 'alpine:latest' locally
11:27:51 [2024-03-26T11:27:51.682Z] latest: Pulling from library/alpine
11:27:51 [2024-03-26T11:27:51.682Z] bca4290a9639: Pulling fs layer
11:27:51 [2024-03-26T11:27:51.942Z] bca4290a9639: Verifying Checksum
11:27:51 [2024-03-26T11:27:51.942Z] bca4290a9639: Download complete
11:27:52 [2024-03-26T11:27:52.202Z] bca4290a9639: Pull complete
11:27:52 [2024-03-26T11:27:52.461Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
11:27:52 [2024-03-26T11:27:52.461Z] Status: Downloaded newer image for alpine:latest
11:28:02 [2024-03-26T11:28:02.451Z] Congratulations!  All commits are properly signed with the DCO!