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.
7 lines
80 B
YAML
7 lines
80 B
YAML
dependencies:
|
|
- systemd-base
|
|
- role: cri-o
|
|
tags:
|
|
- cri-o
|
|
- containers-image
|