6.2. 使用特定发行版本的系统仓库
您可以在解析依赖项和构建镜像时指定系统存储库源使用的分发字符串列表。为此,请按照以下步骤执行:
流程
创建一个具有以下结构的 TOML 文件,例如:
check_gpg = true check_ssl = true distros = ["<distro-version>"] id = "<image-id>" name = "<image-name>_" system = false type = "<image-type>" url = "\http://local/repos/rhel-<distro-version>_/<project-repo>/"
例如:
check_gpg = true check_ssl = true distros = ["rhel-84"] id = "rhel-84-local" name = "local packages for rhel-84" system = false type = "yum-baseurl" url = "\http://local/repos/rhel-84/projectrepo/"
其他资源