1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

fix(compose): fix support for ECR BE-11392 (#150)

This commit is contained in:
andres-portainer 2024-11-18 16:42:49 -03:00 committed by oscarzhou
parent 02c006be8a
commit 2c8434c609
No known key found for this signature in database
GPG key ID: A51976F725210F4B
7 changed files with 78 additions and 81 deletions

View file

@ -48,10 +48,7 @@ func Test_UpAndDown(t *testing.T) {
deployer := compose.NewComposeDeployer()
w, err := NewComposeStackManager(deployer, nil)
if err != nil {
t.Fatalf("Failed creating manager: %s", err)
}
w := NewComposeStackManager(deployer, nil, nil)
ctx := context.TODO()