mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat(images): gRPC client and server for ListImages
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user