Image Overview: sigstore-policy-controller

Overview: sigstore-policy-controller Chainguard Image

Policy Controller image that is part of the Sigstore stack

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/sigstore-policy-controller:latest

Minimal sigstore/policy-controller image

This image can be used with the upstream helm chart with the following overrides:

IMAGE=cgr.dev/chainguard/sigstore-policy-controller

helm repo add sigstore https://sigstore.github.io/helm-charts

helm install policy-controller sigstore/policy-controller \
	--namespace policy-controller \
	--create-namespace \
	--set webhook.image.repository="${IMAGE}" \
	--set webhook.image.version="$(crane digest ${IMAGE})"

Last updated: 2024-04-11 12:38