feat(images): gRPC client and server for ListImages

This commit is contained in:
Pasha Sviderski
2025-10-03 14:23:18 +10:00
parent 458d282357
commit cdff036935
7 changed files with 355 additions and 161 deletions
+2
View File
@@ -152,6 +152,8 @@ message MachineImages {
bytes docker_images = 2;
// JSON serialised []image.Summary for images from containerd image store.
bytes containerd_images = 3;
// True if Docker uses the containerd image store, false if it uses its internal image store.
bool docker_containerd_store = 4;
}
message CreateVolumeRequest {