We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccad460 commit 7962152Copy full SHA for 7962152
content/reference/api/registry/_index.md
@@ -66,8 +66,8 @@ the relevant manifest fields for the registry are the following:
66
|----------|------------------------------------------------|
67
| name | The name of the image. |
68
| tag | The tag for this version of the image. |
69
-| fsLayers | A list of layer descriptors (including digest) |
70
-| signature | A JWS used to verify the manifest content |
+| fsLayers | A list of layer descriptors (including digest). |
+| signature | A JWS used to verify the manifest content. |
71
72
When the manifest is in hand, the client must verify the signature to ensure
73
the names and layers are valid. Once confirmed, the client will then use the
0 commit comments