Skip to content

Console Output

17:54:46 [2024-01-22T17:54:46.565Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47168:/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
17:54:51 [2024-01-22T17:54:51.816Z] Unable to find image 'alpine:latest' locally
17:54:52 [2024-01-22T17:54:52.073Z] latest: Pulling from library/alpine
17:54:52 [2024-01-22T17:54:52.073Z] c30352492317: Pulling fs layer
17:54:52 [2024-01-22T17:54:52.073Z] c30352492317: Verifying Checksum
17:54:52 [2024-01-22T17:54:52.073Z] c30352492317: Download complete
17:54:52 [2024-01-22T17:54:52.636Z] c30352492317: Pull complete
17:54:52 [2024-01-22T17:54:52.636Z] Digest: sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
17:54:52 [2024-01-22T17:54:52.636Z] Status: Downloaded newer image for alpine:latest
17:55:04 [2024-01-22T17:55:04.810Z] Congratulations!  All commits are properly signed with the DCO!