Skip to content

Commit

Permalink
Merge pull request #732 from wking/layout-no-slash-separated
Browse files Browse the repository at this point in the history
image-layout: Replace "slash separated layout" with "directory structure"
  • Loading branch information
stevvooe authored Sep 29, 2017
2 parents ebd93fd + 810750f commit 7c889fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-layout.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 7c889fa

Please sign in to comment.