You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image-layout: Replace "slash separated layout" with "directory structure"
Adjusting wording we've been carrying since 9bb56d8 (image-layout:
add an initial image layout spec, 2016-05-26, opencontainers#605).
On Windows, an unpacked layout will use backslashes. Layouts really
don't care what the directory separator is, and each access method
(filesytem access, tar unpacker, etc.) already has an unambiguous
separator character.
Signed-off-by: W. Trevor King <[email protected]>
Copy file name to clipboardexpand all lines: image-layout.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## OCI Image Layout Specification
2
2
3
-
* The OCI Image Layout is a slash separated layout of OCI content-addressable blobs and [location-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage#Content-addressed_vs._location-addressed) references (refs).
3
+
* The OCI Image Layout is directory structure for OCI content-addressable blobs and [location-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage#Content-addressed_vs._location-addressed) references (refs).
4
4
* This layout MAY be used in a variety of different transport mechanisms: archive formats (e.g. tar, zip), shared filesystem environments (e.g. nfs), or networked file fetching (e.g. http, ftp, rsync).
5
5
6
6
Given an image layout and a ref, a tool can create an [OCI Runtime Specification bundle](https://github.com/opencontainers/runtime-spec/blob/v1.0.0/bundle.md) by:
0 commit comments