Product Docs
Open Source
Education
Minimal Metacontroller Container
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/:latest
This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:
$ export HELM_EXPERIMENTAL_OCI=1 $ helm install my-metacontroller-helm oci://ghcr.io/metacontroller/metacontroller-helm --version v4.10.3 \ --set image.repository=cgr.dev/chainguard/metacontroller \ --set image.tag=latest \ <other configuration parameters here>
See the configuration docs for more examples.