distribution/manifest/ocischema
Bracken Dawson 9d1a8fc929
Remove duplicated platform field from oci index
It is desirable to remove Platform from distribution.Descriptor because it doesn't really belong there. However this would be a further breaking change because the References() call would no longer be returning plaform information when it reurns descriptors of manifests, which is started to for OCI Indices after c94f288 and this feature was added to Docker Manifest Lists in 1a059fe. I don't want to take away something people clearly want.

Signed-off-by: Bracken Dawson <abdawson@gmail.com>
2023-06-01 11:38:36 +01:00
..
builder.go go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
builder_test.go Align code to match order of fields 2022-11-29 23:24:10 +01:00
index.go Remove duplicated platform field from oci index 2023-06-01 11:38:36 +01:00
index_test.go Remove duplicated platform field from oci index 2023-06-01 11:38:36 +01:00
manifest.go Fix Go Idioms 2023-04-21 15:22:37 +01:00
manifest_test.go Split OCI Image Index from Docker Manifest List 2023-03-31 11:43:21 +01:00