Skip to content

Console Output

17:59:43 [2024-04-16T17:59:43.145Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47584:/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
17:59:47 [2024-04-16T17:59:47.305Z] Unable to find image 'alpine:latest' locally
17:59:47 [2024-04-16T17:59:47.866Z] latest: Pulling from library/alpine
17:59:48 [2024-04-16T17:59:48.814Z] bca4290a9639: Pulling fs layer
17:59:48 [2024-04-16T17:59:48.814Z] bca4290a9639: Verifying Checksum
17:59:48 [2024-04-16T17:59:48.814Z] bca4290a9639: Download complete
17:59:49 [2024-04-16T17:59:49.424Z] bca4290a9639: Pull complete
17:59:49 [2024-04-16T17:59:49.424Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
17:59:49 [2024-04-16T17:59:49.679Z] Status: Downloaded newer image for alpine:latest
17:59:56 [2024-04-16T17:59:56.207Z] Congratulations!  All commits are properly signed with the DCO!