containerd/images
Justin Chadwell 4065831652 archive: consistently respect value of WithSkipDockerManifest
It was possible to still export the docker-compatible manifest.json
file, if a single platform image (as a standalone manifest) was
exported, even if the WithSkipDockerManifest option was explicitly set.

To resolve this, we remove all references to skipDockerManifest to,
adding it instead to the point-of-writing, simplifying the earlier logic
and making it clear exactly when this manifest file should be written.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-03-06 16:27:13 +00:00
..
archive archive: consistently respect value of WithSkipDockerManifest 2023-03-06 16:27:13 +00:00
converter Enable dupword linter 2023-01-03 12:47:16 -08:00
annotations.go Use a single custom annotation for export 2019-05-21 17:21:26 -07:00
diffid.go image: use generic decompressor for calculating DiffID 2021-03-31 10:21:47 +09:00
handlers.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00
image_test.go images: validate document type before unmarshal 2021-11-15 11:54:11 -08:00
image.go Merge pull request #6851 from whoreyou/images-typo-20220425 2022-04-25 11:44:49 -07:00
importexport.go Refactor image importer 2018-09-14 14:21:26 -07:00
mediatypes.go replace strings.Split(N) for strings.Cut() or alternatives 2022-11-07 10:02:25 +01:00