1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry/v2
Derek McGowan a0ca9190cc Allow single name component repository names
Private registries should support having images pushed with only a single name component (e.g. localhost:5000/myapp).
The public registry currently requires two name components, but this is already enforced in the registry code.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-03-06 18:18:53 -08:00
..
descriptors.go
doc.go
errors.go
errors_test.go
regexp.go Allow single name component repository names 2015-03-06 18:18:53 -08:00
routes.go
routes_test.go Allow single name component repository names 2015-03-06 18:18:53 -08:00
urls.go Handle gorilla/mux route url bug 2015-01-31 12:54:57 -08:00
urls_test.go Handle gorilla/mux route url bug 2015-01-31 12:54:57 -08:00