EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Pixie’s container images are signed with cosign. Each image is signed with Pixie’s private key and can be verified using Pixie’s public key. This can help you ensure the images you are running and deploying to your cluster are trustworthy.
Download cosign by following the instructions here.
Run cosign to verify the image:
cosign verify --key https://px.dev/cosign.pub <image path>
cosign verify
will log the verification to stdout and return an exit code of 0 if the signature matches the public key.