moby/daemon/containerd
Tianon Gravi 1741771b67 Skip cache lookup for "FROM scratch" in containerd
Ideally, this should actually do a lookup across images that have no parent, but I wasn't 100% sure how to accomplish that so I opted for the smaller change of having `FROM scratch` builds not be cached for now.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2023-06-26 16:02:32 -07:00
..
cache.go Skip cache lookup for "FROM scratch" in containerd 2023-06-26 16:02:32 -07:00
handlers.go c8d/handlers: Handle error in walkPresentChildren 2023-06-02 10:23:03 +02:00
image.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_builder.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_changes.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_children.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_children_test.go c8d: Implement Children by comparing diff ids 2023-04-06 14:27:37 +02:00
image_commit.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_delete.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_events.go Add the events services to the containerd image service 2023-03-30 17:48:51 +02:00
image_exporter.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_history.go c8d: fix image history for dangling images 2023-05-10 01:33:15 +01:00
image_import.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_list.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_manifest.go c8d/handlers: Handle error in walkPresentChildren 2023-06-02 10:23:03 +02:00
image_prune.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_pull.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_push.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
image_snapshot.go Make sure the image is unpacked for the current snapshotter 2023-05-30 14:45:30 +02:00
image_squash.go containerd-integration: prefer error over panic where possible 2022-09-07 22:01:49 +02:00
image_tag.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
mount.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
progress.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
resolver.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
service.go Switch all logging to use containerd log pkg 2023-06-24 00:23:44 +00:00
soft_delete.go c8d: ImageService.softImageDelete: rename var that collided with import 2023-05-25 01:44:36 +02:00
store.go c8d: Implement push 2023-03-30 19:53:02 +02:00