Merge pull request #44 from nishanttotla/cpick-cli-121
[cherry-pick] Enable client side digest pinning for stack deploy
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