fix(stacks): enable compose access to private registries (#264)
* fix(stacks): enable compose access to private registries * chore(deps): update docker-wrapper lib * update mod * Update wrapper lib to rebased PR * Update wrapper Co-authored-by: Stéphane Busso <stephane.busso@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ func Test_UpAndDown(t *testing.T) {
|
||||
|
||||
stack, endpoint := setup(t)
|
||||
|
||||
w, err := NewComposeStackManager("", nil)
|
||||
w, err := NewComposeStackManager("", "", nil)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed creating manager: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user