Product Docs
Open Source
Education
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/coredns:latest
The Chainguard CoreDNS image is a drop-in replacement for the upstream image. See the upstream documentation for usage information specific to your environment.
Below is a quickstart example using the upstream helm chart:
helm repo add coredns https://coredns.github.io/helm helm install coredns coredns/coredns \ --set image.repository="cgr.dev/chainguard/coredns" \ --set image.tag="latest" \ --set isClusterService=false