BerriAI/litellm v1.87.4 (opens in new tab)
#Python Verify Docker Image Signature All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in 0112e53. Verify using the pinned commit hash (recommended): A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key: cosign verify \ --key \ ghcr.io/berriai/litellm:v1.87.4 Verify using the release tag (convenience): Tags are protected in this repository and resolve to the same key. T...
Read the original article