Use an image store like Docker as a real OCI image registry to simplify pulls of locally built images.
go install github.com/ndbaker1/regi@latestFor example; if you are running a Docker-in-Docker setup such as KinD, you can insert this block into containerd hosts config to add a fallback to docker host.
# /etc/containerd/certs.d/_default/hosts.toml
[host."http://host.docker.internal:5000"]
capabilities = ["pull", "resolve"]start regi:
> regi
time=2026-02-24T11:11:15.790-08:00 level=INFO msg="starting registry" addr=:5000