moby--moby/daemon/images
Sebastiaan van Stijn 566c8db66d
distribution: add GetRepository(), un-export NewV2Repository, ValidateRepoName
These were only exported to facilitate ImageService.GetRepository() (used for
the `GET /distribution/{name:.*}/json` endpoint.

Moving the core functionality of that to the distribution package makes it
more consistent with (e.g.) "pull" operations, and allows us to keep more things
internal.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-21 23:12:02 +02:00
..
cache.go
image.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
image_builder.go
image_commit.go
image_delete.go
image_events.go
image_exporter.go
image_history.go
image_import.go
image_inspect.go
image_prune.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
image_pull.go distribution: add GetRepository(), un-export NewV2Repository, ValidateRepoName 2022-04-21 23:12:02 +02:00
image_push.go
image_search.go search: remove parsing JSON filters out of the backend 2022-03-18 09:44:55 +01:00
image_search_test.go search: remove parsing JSON filters out of the backend 2022-03-18 09:44:55 +01:00
image_tag.go
image_unix.go
image_windows.go
images.go
images_test.go
locals.go filters: lowercase error 2022-03-18 09:44:53 +01:00
service.go Remove comment that is no longer relevant 2022-03-24 19:04:33 +01:00
store.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
store_test.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00