Document extensibility of the image layout#1230
Document extensibility of the image layout#1230sudo-bmitch merged 1 commit intoopencontainers:mainfrom
Conversation
|
Something else that could be helpful to add it to define which file has precedence over which. In my case of moby/moby#49141 the tool, nexus-iq scanner, assumed that the presence of the Adding that the |
Signed-off-by: Brandon Mitchell <git@bmitch.net>
49ff577 to
60acaac
Compare
I'm hesitant to do this because it would be the specification trying to claim a priority over one of the projects that happens to implement the specification. It also feels like something much more appropriate for the projects consuming the content to decide individually. Some projects may prefer the In the nexus-iq bug you are experiencing, I think that's a symptom of the |
Implementations have been seen that error if a
manifest.jsonis included inside the OCI Layout. This documents the extensibility of the directory structure.See moby/moby#49141