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
Note that the contents of the response are specific to the registry implementation.
721
+
Note that catalog operations are optional for registry implementations.
722
+
Contents of the response are specific to the registry implementation.
722
723
Some registries may opt to provide a full catalog output, limit it based on the user's access level or omit upstream results, if providing mirroring functionality.
723
724
Subsequently, the presence of a repository in the catalog listing only means that the registry *may* provide access to the repository at the time of the request.
724
725
Conversely, a missing entry does *not* mean that the registry does not have the repository.
@@ -911,7 +912,7 @@ A list of methods and URIs are covered in the table below:
911
912
| PATCH |`/v2/<name>/blobs/uploads/<uuid>`| Blob Upload | Upload a chunk of data for the specified upload. |
912
913
| PUT |`/v2/<name>/blobs/uploads/<uuid>`| Blob Upload | Complete the upload specified by `uuid`, optionally appending the body as the final chunk. |
913
914
| DELETE |`/v2/<name>/blobs/uploads/<uuid>`| Blob Upload | Cancel outstanding upload processes, releasing associated resources. If this is not called, the unfinished uploads will eventually timeout. |
914
-
| GET |`/v2/_catalog`| Catalog | Retrieve a sorted, json list of repositories available in the registry. |
915
+
| GET |`/v2/_catalog`| Catalog |(OPTIONAL) Retrieve a sorted, json list of repositories available in the registry. |
915
916
916
917
The detail for each endpoint is covered in the following sections.
917
918
@@ -4643,7 +4644,7 @@ The error codes that may be included in the response body are enumerated below:
0 commit comments