moby/daemon/images
Paweł Gronowski ccb37fa567
imageService/PullImage: Move reference parse to api
Make `PullImage` accept `reference.Named` directly instead of
duplicating the parsing code for both graphdriver and containerd image
service implementations.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-09-18 15:23:12 +02:00
..
cache.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_builder.go daemon: GetImageAndReleasableLayer: simplify "FROM scratch" case 2023-09-11 23:18:13 +02:00
image_changes.go c8d: add support for docker diff 2023-03-30 10:29:07 +01:00
image_commit.go images: Pass context to commit related operations 2023-01-18 12:23:32 +01:00
image_delete.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_events.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
image_exporter.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_history.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_import.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_list.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_prune.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_pull.go imageService/PullImage: Move reference parse to api 2023-09-18 15:23:12 +02:00
image_push.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_squash.go Use OCI "History" type instead of inventing our own copy 2023-06-12 13:47:17 -07:00
image_tag.go migrate to new github.com/distribution/reference module 2023-09-05 12:09:26 +02:00
image_unix.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_windows.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
images_test.go fixing consistent aliases for OCI spec imports 2023-05-08 15:27:52 +05:30
locals.go Use GetBoolOrDefault to remove duplicated invalidFilter usages 2023-01-26 16:28:53 +01:00
mount.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
service.go images/Children: Return error 2023-04-13 16:20:02 +02:00
store.go swap logrus types for their containerd/logs aliases 2023-08-01 13:02:55 +02:00
store_test.go daemon/images: format code with gofumpt 2023-06-29 00:26:42 +02:00