mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
fix support for ssh key from CLI flags
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
23351ece81
commit
4b70ff0ccd
4 changed files with 114 additions and 42 deletions
|
|
@ -155,6 +155,8 @@ type BuildOptions struct {
|
|||
Memory int64
|
||||
// Builder name passed in the command line
|
||||
Builder string
|
||||
// Compatibility let compose run with best backward compatibility
|
||||
Compatibility bool
|
||||
}
|
||||
|
||||
// Apply mutates project according to build options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue