mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
introduce --ignore-buildable to ignore buildable images on pull
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
dcbd68a102
commit
8b4ac37f9c
5 changed files with 45 additions and 15 deletions
|
|
@ -193,8 +193,9 @@ type PushOptions struct {
|
|||
|
||||
// PullOptions group options of the Pull API
|
||||
type PullOptions struct {
|
||||
Quiet bool
|
||||
IgnoreFailures bool
|
||||
Quiet bool
|
||||
IgnoreFailures bool
|
||||
IgnoreBuildable bool
|
||||
}
|
||||
|
||||
// ImagesOptions group options of the Images API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue