Skip to content

Console Output

20:33:36 [2024-01-18T20:33:36.659Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47110:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=23.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
20:33:40 [2024-01-18T20:33:40.872Z] Unable to find image 'alpine:latest' locally
20:33:41 [2024-01-18T20:33:41.133Z] latest: Pulling from library/alpine
20:33:41 [2024-01-18T20:33:41.703Z] c30352492317: Pulling fs layer
20:33:41 [2024-01-18T20:33:41.703Z] c30352492317: Download complete
20:33:42 [2024-01-18T20:33:42.320Z] c30352492317: Pull complete
20:33:42 [2024-01-18T20:33:42.580Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
20:33:42 [2024-01-18T20:33:42.580Z] Status: Downloaded newer image for alpine:latest
20:33:47 [2024-01-18T20:33:47.862Z] Congratulations!  All commits are properly signed with the DCO!