From 810750f3d454f08b464566b0ed72127116ebd8b3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 18 Sep 2017 13:19:50 -0700 Subject: [PATCH] image-layout: Replace "slash separated layout" with "directory structure" Adjusting wording we've been carrying since 9bb56d8e (image-layout: add an initial image layout spec, 2016-05-26, #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 --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index f9a1b18ef..2915c8948 100644 --- a/image-layout.md +++ b/image-layout.md @@ -1,6 +1,6 @@ ## OCI Image Layout Specification -* 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). +* 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). * 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). 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: