Skip to content

Console Output

09:01:49 [2024-01-09T09:01:49.478Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47047:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=24.0 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
09:01:54 [2024-01-09T09:01:54.766Z] Unable to find image 'alpine:latest' locally
09:01:55 [2024-01-09T09:01:55.027Z] latest: Pulling from library/alpine
09:01:55 [2024-01-09T09:01:55.288Z] c30352492317: Pulling fs layer
09:01:55 [2024-01-09T09:01:55.548Z] c30352492317: Download complete
09:01:56 [2024-01-09T09:01:56.119Z] c30352492317: Pull complete
09:01:56 [2024-01-09T09:01:56.379Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
09:01:56 [2024-01-09T09:01:56.379Z] Status: Downloaded newer image for alpine:latest
09:02:00 [2024-01-09T09:02:00.581Z] Congratulations!  All commits are properly signed with the DCO!