mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
introduce --build-args option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
0037e0755f
commit
08e4222fbb
8 changed files with 24 additions and 4 deletions
|
|
@ -71,6 +71,8 @@ type BuildOptions struct {
|
|||
Pull bool
|
||||
// Progress set type of progress output ("auto", "plain", "tty")
|
||||
Progress string
|
||||
// Args set build-time args
|
||||
Args types.Mapping
|
||||
}
|
||||
|
||||
// CreateOptions group options of the Create API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue