Skip to content

Commit

Permalink
image: add All to PullImageOptions
Browse files Browse the repository at this point in the history
Closes #861.
  • Loading branch information
fsouza committed Jun 3, 2021
1 parent fcd9628 commit 580a8bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ func (c *Client) PushImage(opts PushImageOptions, auth AuthConfiguration) error
//
// See https://goo.gl/qkoSsn for more details.
type PullImageOptions struct {
All bool
Repository string `qs:"fromImage"`
Tag string
Platform string `ver:"1.32"`
Expand Down

0 comments on commit 580a8bc

Please sign in to comment.