mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 19:19:49 +00:00
Allow create-repo to source trees from remote repositories
This makes possible to create the repositorie from external ones, It also required to address #26. Fixes #26
This commit is contained in:
@@ -47,7 +47,7 @@ func dockerStubRepo(tmpdir, tree, image string, push, force bool) (*LuetSystemRe
|
||||
1,
|
||||
tmpdir,
|
||||
[]string{tree},
|
||||
pkg.NewInMemoryDatabase(false), backend.NewSimpleDockerBackend(), image, push, force)
|
||||
pkg.NewInMemoryDatabase(false), backend.NewSimpleDockerBackend(), image, push, force, false, nil)
|
||||
}
|
||||
|
||||
var _ = Describe("Repository", func() {
|
||||
|
Reference in New Issue
Block a user