list
suspend fun list(all: Boolean = false, filters: Map<String, List<String>>? = null, sharedSize: Boolean = false, digests: Boolean = false, manifests: Boolean = false): Result<List<ImageSummary>, ErrorResponse>
List Images
Returns a list of images on the server. Note that it uses a different, smaller representation of an image than inspecting a single image.