Terry Howe
Terry Howe
I'll take a look at this today
Recreated the problem, but I'm not sure the cause yet.
Confirmed that it did work with 1.0.1
The biggest difference I see is artifactType for 1.0 it was `"artifactType":"application/vnd.unknown.config.v1+json"` and for 1.1 `"artifactType":"application/vnd.unknown.artifact.v1"` although I haven't confirmed that is the problem
With 1.0 ``` % oras manifest fetch 107907826411.dkr.ecr.us-west-2.amazonaws.com/bundle:latest {"schemaVersion":2,"mediaType":"application/vnd.oci.image.manifest.v1+json","config":{"mediaType":"text/yaml","digest":"sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a","size":2},"layers":[{"mediaType":"application/vnd.oci.image.layer.v1.tar","digest":"sha256:0d23844163f3ce4e3a915d613137c47fce32a0ec67a6eb212a64110633e7ced8","size":60635,"annotations":{"org.opencontainers.image.title":"bundle.yaml"}}],"annotations":{"org.opencontainers.image.created":"2023-10-07T14:14:35Z"}} ```
Pretty print ``` { "schemaVersion": 2, "mediaType": "application/vnd.oci.image.manifest.v1+json", "config": { "mediaType": "text/yaml", "digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a", "size": 2 }, "layers": [ { "mediaType": "application/vnd.oci.image.layer.v1.tar", "digest": "sha256:0d23844163f3ce4e3a915d613137c47fce32a0ec67a6eb212a64110633e7ced8", "size": 60635, "annotations": { "org.opencontainers.image.title": "bundle.yaml"...
That doesn't seem very useful, but when pushing to oci-layout, the diff: ``` % diff 1*/index.json 6,7c6,7 < "digest": "sha256:8689e111d40054327f7292e9411b0c7a284e45e97d3aae9ee5355bf42a79f485", < "size": 531, --- > "digest": "sha256:b4a5164d66e9ba4d0e6f68b2f2af75a2a48c06049c453b43399e925c357c854e", > "size": 593,...
Should probably leave this open for reference
Keep this open longer
I removed the stale label to leave this open a bit longer. Close it in 30 days.