opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.13k stars 535 forks source link

[RFC] Defining semantics for "implied directories" in the image spec #1170

Open neersighted opened 1 year ago

neersighted commented 1 year ago

https://github.com/opencontainers/image-spec/pull/970 represents an attempt to codify the semantics for "implied directories" (directories which must exist to apply a layer, but that do not have their own tar entries), particularly as it relates to filesystem attributes.

As this affects how high-level runtimes interpret images and is fairly low-level, input and awareness from runtime authors is requested. Thanks!

thaJeztah commented 1 year ago

I'm "+1" on at least codifying it into the spec, to make sure that implementations follow the same conventions on this (otherwise behaviour may differ between them, leading to unexpected results).