# keyring **Repository Path**: mirrors_docker/keyring ## Basic Information - **Project Name**: keyring - **Description**: Repository hosting the public cosign image signing keys - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-02 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker - Keyring Repository containing public signing keys for public images published by Docker ## Versions | Version | Status | | |---------| ------------|------------------------| | mcp/2 | enabled | [mcp/2.pub](public/mcp/2.pub) | | mcp/1 | disabled | [mcp/1.pub](public/mcp/1.pub) | ## Usage To verify images use the following command: ``` # verify the signature on mcp/git:latest $ COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/git:latest \ --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub | jq . ```