Use a Fedora Silverblue virtual machine to test your changes locally or host your own. On local host Create /etc/containers/registries.conf.d/local.conf with: [[registry]] location = "localhost:5000" insecure = true Run a local registry podman run -d -p 5000:5000 --restart=always --name registry registry:2 Build podman build . -t F...