Skip to content

Console Output

13:47:23 [2024-01-12T13:47:23.592Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47066:/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
13:47:27 [2024-01-12T13:47:27.803Z] Unable to find image 'alpine:latest' locally
13:47:27 [2024-01-12T13:47:27.803Z] latest: Pulling from library/alpine
13:47:28 [2024-01-12T13:47:28.064Z] c30352492317: Pulling fs layer
13:47:28 [2024-01-12T13:47:28.064Z] c30352492317: Download complete
13:47:28 [2024-01-12T13:47:28.325Z] c30352492317: Pull complete
13:47:28 [2024-01-12T13:47:28.586Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
13:47:28 [2024-01-12T13:47:28.586Z] Status: Downloaded newer image for alpine:latest
13:47:38 [2024-01-12T13:47:38.594Z] Congratulations!  All commits are properly signed with the DCO!