Fixing stack deploy tests to not contact registry
Because of cherry-pick from commit
f790e839fc
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
@ -37,6 +37,7 @@ func deployStack(unusedCli *client.Client, stackName, composeFilePath string) er
|
||||
{"docker", "stack", "deploy",
|
||||
"--compose-file", composeFilePath,
|
||||
"--with-registry-auth",
|
||||
"--resolve-image", "never",
|
||||
stackName},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user