Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 593a6c2

Browse files
committed
Merge pull request #959 from eyz/fix-for-get-repositories-library
Support GET /v1/repositories/library/(.*?)/tags
2 parents 12d3063 + c8f2879 commit 593a6c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/golang_impl/handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ func NewHandler(dataDir string) (handler *Handler) {
225225
handler.Map("PUT", "images/(.*?)/(.*)", handler.PutImageResource)
226226

227227
// repositories
228+
handler.Map("GET", "repositories/library/(.*?)/tags", handler.GetRepositoryTags)
228229
handler.Map("GET", "repositories/(.*?)/tags", handler.GetRepositoryTags)
229230
handler.Map("GET", "repositories/(.*?)/images", handler.GetRepositoryImages)
230231
handler.Map("PUT", "repositories/(.*?)/tags/(.*)", handler.PutRepositoryTags)

0 commit comments

Comments
 (0)