mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Merge pull request #1610 from ndeloof/build_args_from_env
This commit is contained in:
commit
b46015f2f8
4 changed files with 25 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ type BuildOptions struct {
|
|||
// Progress set type of progress output ("auto", "plain", "tty")
|
||||
Progress string
|
||||
// Args set build-time args
|
||||
Args types.Mapping
|
||||
Args types.MappingWithEquals
|
||||
// NoCache disables cache use
|
||||
NoCache bool
|
||||
// Quiet make the build process not output to the console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue