moby/daemon/images
Paul "TBBle" Hampson 66325f7271
Implement GetLayerFolders for the containerd image store
The existing API ImageService.GetLayerFolders didn't have access to the
ID of the container, and once we have that, the snapshotter Mounts API
provides all the information we need here.

Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-17 16:29:28 +01:00
..
cache.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
image.go Typo fixes 2024-01-17 16:29:22 +01:00
image_builder.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +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 api/types: move image-types to api/types/image 2023-10-12 11:29:20 +02:00
image_events.go api/types/events: define "Action" type and consts 2023-08-29 00:38:08 +02:00
image_exporter.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02: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 Add until filter to docker image ls 2023-11-08 12:12:23 +01:00
image_prune.go api/types: move image-types to api/types/image 2023-10-12 11:29:20 +02:00
image_pull.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +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 Implement GetLayerFolders for the containerd image store 2024-01-17 16:29:28 +01:00
image_windows.go Implement GetLayerFolders for the containerd image store 2024-01-17 16:29:28 +01: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 migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
service.go Plumb context through info endpoint 2023-11-10 20:09:25 +00:00
store.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
store_test.go daemon/images: format code with gofumpt 2023-06-29 00:26:42 +02:00