Skip to content

Console Output

15:49:13 [2024-03-27T15:49:13.792Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47640:/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
15:49:16 [2024-03-27T15:49:16.317Z] Unable to find image 'alpine:latest' locally
15:49:16 [2024-03-27T15:49:16.317Z] latest: Pulling from library/alpine
15:49:16 [2024-03-27T15:49:16.317Z] bca4290a9639: Pulling fs layer
15:49:16 [2024-03-27T15:49:16.317Z] bca4290a9639: Verifying Checksum
15:49:16 [2024-03-27T15:49:16.317Z] bca4290a9639: Download complete
15:49:16 [2024-03-27T15:49:16.575Z] bca4290a9639: Pull complete
15:49:16 [2024-03-27T15:49:16.575Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
15:49:16 [2024-03-27T15:49:16.575Z] Status: Downloaded newer image for alpine:latest
15:49:24 [2024-03-27T15:49:24.678Z] Congratulations!  All commits are properly signed with the DCO!