moby/daemon/images
Sebastiaan van Stijn ac2a028dcc
api/types: move image options to api/types/image
To prevent a circular import between api/types and api/types image,
the RequestPrivilegeFunc reference was not moved, but defined as
part of the PullOptions / PushOptions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-24 00:10:33 +01:00
..
cache.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
image.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
image_builder.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01: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/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
image_events.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
image_exporter.go migrate to github.com/containerd/log v0.1.0 2023-10-11 17:52:23 +02:00
image_history.go api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01:00
image_import.go image: implement CheckOS, deprecate pkg/system IsOSSupported 2023-09-07 22:14:44 +02:00
image_list.go api/types: move image options to api/types/image 2024-01-24 00:10:33 +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 api/types/image: move GetImageOpts to api/types/backend 2024-01-22 20:45:21 +01: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