moby/daemon/containerd
Sebastiaan van Stijn 1261fe69a3
API: deprecate VirtualSize field for /images/json and /images/{id}/json
In versions of Docker before v1.10, this field was calculated from
the image itself and all of its parent images. Images are now stored
self-contained, and no longer use a parent-chain, making this field
an equivalent of the Size field.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-18 14:46:11 +02:00
..
cache.go imageservice: Add context to various methods 2022-11-03 12:22:40 +01:00
handlers.go c8d/list: Implement label and label! filter 2023-04-13 15:39:52 +02:00
image.go Merge pull request #45122 from vvoland/c8d-upstream-inspect-digest 2023-03-30 22:53:12 +02:00
image_builder.go containerd-integration: prefer error over panic where possible 2022-09-07 22:01:49 +02:00
image_changes.go c8d: use the container's configured snapshotter where possible 2023-04-05 14:09:21 +02:00
image_children.go images/Children: Return error 2023-04-13 16:20:02 +02:00
image_children_test.go c8d: Implement Children by comparing diff ids 2023-04-06 14:27:37 +02:00
image_commit.go c8d: use the container's configured snapshotter where possible 2023-04-05 14:09:21 +02:00
image_delete.go Send an event when an image is deleted 2023-04-04 15:54:11 +02:00
image_events.go Add the events services to the containerd image service 2023-03-30 17:48:51 +02:00
image_exporter.go c8d: use the container's configured snapshotter where possible 2023-04-05 14:09:21 +02:00
image_history.go c8d: Implement image history 2023-01-23 16:50:02 +01:00
image_import.go c8d: Send event when an image is imported 2023-04-03 15:21:18 +02:00
image_list.go API: deprecate VirtualSize field for /images/json and /images/{id}/json 2023-04-18 14:46:11 +02:00
image_prune.go c8d/list: Implement until filter 2023-04-13 20:30:29 +02:00
image_pull.go split GetRepository from ImageService 2023-04-09 12:07:57 +02:00
image_push.go c8d/push: Rename jobs to avoid shadowing type 2023-03-31 16:30:14 +02:00
image_snapshot.go Fix returning errors from snapshotter.Prepare 2023-04-14 10:10:52 +02:00
image_squash.go containerd-integration: prefer error over panic where possible 2022-09-07 22:01:49 +02:00
image_tag.go Send an event when an image is tagged 2023-04-04 11:32:02 +02:00
mount.go c8d: use the container's configured snapshotter where possible 2023-04-05 14:09:21 +02:00
progress.go c8d: push: addressing some nits 2023-03-31 00:23:09 +02:00
resolver.go Fix error checking when pulling from an insecure registry 2023-04-12 21:56:52 +02:00
service.go c8d: align "Size" and "VirtualSize" for images 2023-04-17 22:39:00 +02:00
soft_delete.go c8d/list: Fix Repo(Digests|Tags) for untagged images 2023-02-23 19:54:21 +01:00
store.go c8d: Implement push 2023-03-30 19:53:02 +02:00