From ccd4aab9af63076e5301409b7aa9e381e5aac0c9 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 4 Jul 2025 11:46:50 +0900 Subject: [PATCH] add ai.conf --- cfg/ai.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cfg/ai.conf diff --git a/cfg/ai.conf b/cfg/ai.conf new file mode 100644 index 0000000..176adb5 --- /dev/null +++ b/cfg/ai.conf @@ -0,0 +1,6 @@ +# https://github.com/containers/shortnames +# ~/.config/containers/registries.conf.d/ai.conf +unqualified-search-registries = ['git.syui.ai', 'docker.io', 'ghcr.io'] + +[aliases] +"aios" = "git.syui.ai/ai/os"