From 58914adee11ce29b5f4385b76c5d12a4e092552a Mon Sep 17 00:00:00 2001 From: tomalopbsr0tt Date: Tue, 27 Dec 2022 02:02:50 +0800 Subject: [PATCH] serialization: add language improvement to serialization A small fix from the v1.1 merge that happened inside of the docker repo after we pulled this in. See /~https://github.com/docker/docker/pull/22264 Signed-off-by: Brandon Philips --- serialization.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/serialization.md b/serialization.md index 1a15117..0bc9c86 100644 --- a/serialization.md +++ b/serialization.md @@ -507,7 +507,9 @@ For example, here's what the full archive of `library/busybox` is (displayed in |-- repositories ``` -There are one or more directories named with the ChainID for each layer in a full image. +There is a directory for each layer in the image. +Each directory is named with 64 character hex name that is deterministically generated from the layer information. +These names are not necessarily layer DiffIDs or ChainIDs. Each of these directories contains 3 files: * `VERSION` - The schema version of the `json` file