Skip to content

Console Output

12:58:48 [2024-04-05T12:58:48.899Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47682:/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
12:58:53 [2024-04-05T12:58:53.097Z] Unable to find image 'alpine:latest' locally
12:58:53 [2024-04-05T12:58:53.097Z] latest: Pulling from library/alpine
12:58:53 [2024-04-05T12:58:53.357Z] bca4290a9639: Pulling fs layer
12:58:53 [2024-04-05T12:58:53.357Z] bca4290a9639: Download complete
12:58:53 [2024-04-05T12:58:53.927Z] bca4290a9639: Pull complete
12:58:53 [2024-04-05T12:58:53.927Z] Digest: sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
12:58:54 [2024-04-05T12:58:54.190Z] Status: Downloaded newer image for alpine:latest
12:59:00 [2024-04-05T12:59:00.768Z] Congratulations!  All commits are properly signed with the DCO!