image-tools
image-tools copied to clipboard
description: validates manifest when unpack
Actually, the validation object before unpack is whole manifest schema, not only its own media type. Signed-off-by: xiekeyang [email protected]
@wking I update it, to present the description as,
oci-unpack validates an application/vnd.oci.image.manifest.v1+json, with entire Merkle tree rooted on it, and unpacks its layered filesystem to dest.
If it is OK?
“with” → “and the”, but otherwise e0a2f66 looks good to me.
.@wking I change with to and the, although I fell and.., and not very smooth.
f256b57f looks good to me. Maybe the “…, and …, and” would feel better to you if we use parens?
oci-unpackvalidates an application/vnd.oci.image.manifest.v1+json (and the entire Merkle tree rooted on it) and unpacks its layered filesystem todest.
Please rebase.
@xiekeyang Please rebase.