commit
						618ffe118b
					
				| 
						 | 
					@ -55,7 +55,8 @@ Manifest provides the base accessible fields for working with V2 image format
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
- **`history`** *array*
 | 
					- **`history`** *array*
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
   history is a list of unstructured historical data for v1 compatibility.
 | 
					   history is a list of unstructured historical data for v1 compatibility. It 
 | 
				
			||||||
 | 
					   contains ID of the image layer and ID of the layer's parent layers.
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
   history is a struct consisting of the following fields
 | 
					   history is a struct consisting of the following fields
 | 
				
			||||||
   - **`v1Compatibility`** string
 | 
					   - **`v1Compatibility`** string
 | 
				
			||||||
| 
						 | 
					@ -67,6 +68,9 @@ Manifest provides the base accessible fields for working with V2 image format
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
   SchemaVersion is the image manifest schema that this image follows.
 | 
					   SchemaVersion is the image manifest schema that this image follows.
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 | 
					>**Note**:the length of `history` must be equal to the length of `fsLayers` and 
 | 
				
			||||||
 | 
					>entries in each are correlated by index.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Signed Manifests
 | 
					## Signed Manifests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Signed manifests provides an envelope for a signed image manifest.  A signed 
 | 
					Signed manifests provides an envelope for a signed image manifest.  A signed 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue