From f9e3e7cd76a34795bf64399ca3a32dfd52f48b05 Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Fri, 27 Feb 2026 15:57:54 -0300 Subject: [PATCH] add config for local docker repo for bootc to test images locally --- etc/containers/registries.conf.d/local.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/containers/registries.conf.d/local.conf diff --git a/etc/containers/registries.conf.d/local.conf b/etc/containers/registries.conf.d/local.conf new file mode 100644 index 0000000..cddc459 --- /dev/null +++ b/etc/containers/registries.conf.d/local.conf @@ -0,0 +1,3 @@ +[[registry]] +location = "localhost:5000" +insecure = true