Skip to content

Console Output

14:19:57 [2024-01-21T14:19:57.099Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47124:/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
14:20:01 [2024-01-21T14:20:01.287Z] Unable to find image 'alpine:latest' locally
14:20:01 [2024-01-21T14:20:01.287Z] latest: Pulling from library/alpine
14:20:01 [2024-01-21T14:20:01.287Z] c30352492317: Pulling fs layer
14:20:01 [2024-01-21T14:20:01.287Z] c30352492317: Verifying Checksum
14:20:01 [2024-01-21T14:20:01.287Z] c30352492317: Download complete
14:20:01 [2024-01-21T14:20:01.855Z] c30352492317: Pull complete
14:20:01 [2024-01-21T14:20:01.855Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
14:20:01 [2024-01-21T14:20:01.855Z] Status: Downloaded newer image for alpine:latest
14:20:07 [2024-01-21T14:20:07.123Z] Congratulations!  All commits are properly signed with the DCO!