From 65e27bd59924601893d5ddcd067de4c9f1a466d5 Mon Sep 17 00:00:00 2001 From: 7c00d Date: Sun, 28 Mar 2027 05:26:27 +0800 Subject: [PATCH] fixed typo in image-layout Signed-off-by: Mohammed Daoudi --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index 3df3b3ef..2ae591ab 100644 --- a/image-layout.md +++ b/image-layout.md @@ -1,6 +1,6 @@ ## OCI Image Layout Specification -* 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). +* The OCI Image Layout is the 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: