From 5ac2f4bb56485b668f7af4aaaef8a73a28a895c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Wed, 3 Apr 2024 09:07:09 +0200 Subject: [PATCH] containers: search metrans --- dot_config/containers/registries.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/containers/registries.conf b/dot_config/containers/registries.conf index 40ba1ae..25259e3 100644 --- a/dot_config/containers/registries.conf +++ b/dot_config/containers/registries.conf @@ -18,7 +18,7 @@ # of these registries, it should be added at the end of the list. # # # An array of host[:port] registries to try when pulling an unqualified image, in order. -unqualified-search-registries = ["docker.io"] +unqualified-search-registries = ["dhub.corp.metrans.cz", "docker.io"] # # [[registry]] # # The "prefix" field is used to choose the relevant [[registry]] TOML table;