Merge pull request #7615 from turan18/export-bug
ctr export strictly matching
This commit is contained in:
commit
49f96d8f7d
@ -80,7 +80,7 @@ When '--all-platforms' is given all images in a manifest list must be available.
|
|||||||
}
|
}
|
||||||
exportOpts = append(exportOpts, archive.WithPlatform(platforms.Ordered(all...)))
|
exportOpts = append(exportOpts, archive.WithPlatform(platforms.Ordered(all...)))
|
||||||
} else {
|
} else {
|
||||||
exportOpts = append(exportOpts, archive.WithPlatform(platforms.Default()))
|
exportOpts = append(exportOpts, archive.WithPlatform(platforms.DefaultStrict()))
|
||||||
}
|
}
|
||||||
|
|
||||||
if context.Bool("all-platforms") {
|
if context.Bool("all-platforms") {
|
||||||
|
Loading…
Reference in New Issue
Block a user