You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| fsLayers | A list of layer descriptors (including digest) |
295
-
| signature | A JWS used to verify the manifest content |
296
-
297
-
For more information about the manifest format, please see [moby/moby#8093](https://github.com/moby/moby/issues/8093).
289
+
For details on manifest formats and their content types, refer to the OCI Image Specification's [manifest property description](https://github.com/opencontainers/image-spec/blob/master/manifest.md#image-manifest-property-descriptions).
298
290
299
291
When the manifest is in hand, the client MUST verify the signature to ensure the names and layers are valid.
300
292
Once confirmed, the client will then use the digests to download the individual layers.
@@ -312,26 +304,31 @@ The `name` and `reference` parameter identify the image and are REQUIRED.
312
304
The reference MAY include a tag or digest.
313
305
314
306
The client SHOULD include an Accept header indicating which manifest content types it supports.
315
-
For more details on the manifest formats and their content types, see [manifest-v2-1.md](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md) and [manifest-v2-2.md](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md).
316
307
In a successful response, the Content-Type header will indicate which manifest type is being returned.
317
308
318
309
A `404 Not Found` response will be returned if the image is unknown to the registry.
319
-
If the image exists and the response is successful, the image manifest will be returned, with the following format (see [moby/moby#8093](https://github.com/moby/moby/issues/8093) for details):
310
+
If the image exists and the response is successful, the image manifest will be returned:
0 commit comments