💾 Archived View for freeshell.de › tldr › cosign.gmi captured on 2023-09-28 at 16:21:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Container Signing, Verification and Storage in an OCI registry.
cosign generate-key-pair
cosign sign -key {cosign.key} {image}
cosign sign -key k8s://{namespace}/{key} {image}
cosign sign-blob --key {cosign.key} {file}
cosign verify -key {cosign.pub} {image}
cosign dockerfile verify -key {cosign.pub} {path/to/Dockerfile}
cosign verify -key k8s://{namespace}/{key} {image}
cosign copy {example.com/src:latest} {example.com/dest:latest}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).