Commit Graph

2 Commits (29cdafac2a4b90a8735a167a4a01783d9713b4c8)

Author SHA1 Message Date
Dustin ba3f61fb08 r/containers-image: Fix registries.conf path
`/etc/containers/registries.conf.d` is distinct from
`/etc/containers/registries.d`.  The latter contains YAML files relating
to image signatures, while the former contains TOML files relating to
registry locations.
2025-07-14 16:21:58 -05:00
Dustin 6667066826 kubelet: Configure cri-o container registries
The _containers-image_ role configures _containers-registries.conf(5)_ and
_containers-cert.d(5)_, which are used by CRI-O (and `podman`).
Specifically, we'll use these to redirect requests for images on Docker
Hub (docker.io) to the internal caching proxy.
2025-07-12 16:45:47 -05:00