mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
publish Compose application as compose.yaml + images
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
cf7e31f731
commit
07602f2070
9 changed files with 189 additions and 42 deletions
|
|
@ -444,9 +444,10 @@ const (
|
|||
// PublishOptions group options of the Publish API
|
||||
type PublishOptions struct {
|
||||
ResolveImageDigests bool
|
||||
Application bool
|
||||
WithEnvironment bool
|
||||
AssumeYes bool
|
||||
|
||||
AssumeYes bool
|
||||
OCIVersion OCIVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue