many: update for new reporegistry.New() api (c.f. pr#1179)
This commit updates osbuild-composer for the new API in images for the `reporegistry.New()`. The main incompatible change is that the `/repositories` part is not longer automatically added inside the library so we need to add it on the call-site. This needs https://github.com/osbuild/images/pull/1179
This commit is contained in:
parent
13329ebb2e
commit
35167ce83f
5 changed files with 8 additions and 10 deletions
|
|
@ -24,8 +24,8 @@ const (
|
|||
)
|
||||
|
||||
var repositoryConfigs = []string{
|
||||
"/etc/osbuild-composer",
|
||||
"/usr/share/osbuild-composer",
|
||||
"/etc/osbuild-composer/repositories",
|
||||
"/usr/share/osbuild-composer/repositories",
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue