From 4f05cb1916dc2c17b086a5f7a4778c03e59bf357 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Fri, 11 Aug 2023 08:41:44 -0700 Subject: [PATCH] Fix 1-character markdown typo in trust docs --- docs/webdis-docker-content-trust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webdis-docker-content-trust.md b/docs/webdis-docker-content-trust.md index 287eb68..0e1629f 100644 --- a/docs/webdis-docker-content-trust.md +++ b/docs/webdis-docker-content-trust.md @@ -134,7 +134,7 @@ Multi-architecture images are built using a _manifest list_, which is a small fi │ │ variant: v8 │ │ │ - 7379/TCP │ │ └─────────────────────┘ │ │ Layers: [...] │ └──────────────────────────┘ └─────────────────────┘ - ``` +``` With these images, it's the _manifest hash_ that is signed. By validating a signature on the manifest hash, you can guarantee that the contents of the manifest have not been altered which means you can trust the images that it points to.