From a0d9279e8fbf53595241a79914c14ff225cf591f Mon Sep 17 00:00:00 2001 From: bin liu Date: Tue, 26 Sep 2023 15:07:49 +0800 Subject: [PATCH] add repositoriesRootPathSpec in pathFor documentation Signed-off-by: bin liu --- registry/storage/paths.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/registry/storage/paths.go b/registry/storage/paths.go index a0dbb07c4..7771b581c 100644 --- a/registry/storage/paths.go +++ b/registry/storage/paths.go @@ -77,6 +77,10 @@ const ( // // We cover the path formats implemented by this path mapper below. // +// Repositories: +// +// repositoriesRootPathSpec: /v2/repositories +// // Manifests: // // manifestsPathSpec: /v2/repositories//_manifests