Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer: simplify loading the repositories
Move to use `reporegistry.New(repositoryConfigs)` which will do the equivivalent of the existing code and is shorter. With this merged we can unexport `LoadAllRepositories()` and remove `NewFromDistrosRepoConfigs` from the "images" library as this is the only place using them.
- Loading branch information