DockerCLI/cli/command/manifest
Justin Chadwell 67b9617898 manifest: save raw manifest content on download
This prevents us needing to attempt to reconstruct the exact indentation
registry side, which is not canonical - so may differ.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-01-27 13:56:17 +00:00
..
testdata manifest: save raw manifest content on download 2023-01-27 13:56:17 +00:00
annotate.go Added support for setting OS version in docker manifest annotate. 2020-06-12 12:04:03 -07:00
annotate_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
client_test.go cli/registry/client: remove unused RegistryClient.GetTags() 2022-03-30 20:00:34 +02:00
cmd.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
create_list.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
create_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
inspect.go Fix manifest lists to always use correct size 2018-06-28 18:17:38 -07:00
inspect_test.go linting: ST1019: package is being imported more than once (stylecheck) 2022-09-03 21:25:36 +02:00
push.go manifest: save raw manifest content on download 2023-01-27 13:56:17 +00:00
push_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
rm.go Subcommand `docker manifest rm` 2020-09-15 16:26:47 -04:00
rm_test.go cli/command/manifest: remove deprecated io/ioutil and use t.TempDir() 2022-02-25 15:42:04 +01:00
util.go manifest: save raw manifest content on download 2023-01-27 13:56:17 +00:00