package containerd.services.images.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Images

images.proto:40

Images is a service that allows one to register images with containerd. In containerd, an image is merely the mapping of a name to a content root, described by a descriptor. The behavior and state of image is purely dictated by the type of the descriptor. From the perspective of this service, these references are mostly shallow, in that the existence of the required content won't be validated until required by consuming services. As such, this can really be considered a "metadata service".

message Image

images.proto:60

Used in: CreateImageRequest, CreateImageResponse, GetImageResponse, ListImagesResponse, UpdateImageRequest, UpdateImageResponse