Skip to content

Console Output

00:20:57 [2024-01-04T00:20:57.080Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47009:/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
00:21:02 [2024-01-04T00:21:02.326Z] Unable to find image 'alpine:latest' locally
00:21:02 [2024-01-04T00:21:02.326Z] latest: Pulling from library/alpine
00:21:02 [2024-01-04T00:21:02.326Z] c30352492317: Pulling fs layer
00:21:02 [2024-01-04T00:21:02.582Z] c30352492317: Verifying Checksum
00:21:02 [2024-01-04T00:21:02.582Z] c30352492317: Download complete
00:21:03 [2024-01-04T00:21:03.144Z] c30352492317: Pull complete
00:21:03 [2024-01-04T00:21:03.400Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
00:21:03 [2024-01-04T00:21:03.400Z] Status: Downloaded newer image for alpine:latest
00:21:09 [2024-01-04T00:21:09.935Z] Congratulations!  All commits are properly signed with the DCO!