introduce --build-args option

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-03-02 17:37:49 +01:00
parent 0037e0755f
commit 08e4222fbb
No known key found for this signature in database
GPG key ID: 9858809D6F8F6E7E
8 changed files with 24 additions and 4 deletions

View file

@ -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