Values.DescribeImagesResponseSourceReturns metadata that's related to the images in a repository in a public registry. Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size. Therefore, it might return a larger image size than the image sizes that are returned by DescribeImages.
type nonrec t = {imageDetails : ImageDetailList.t option;A list of ImageDetail objects that contain data about the image.
*)nextToken : NextToken.t option;The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.
*)}type nonrec error = [ | `ImageNotFoundException of ImageNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UnsupportedCommandException of UnsupportedCommandException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedCommandException of UnsupportedCommandException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ImageTag.t ] list
| `Long of ImageSizeInBytes.t
| `String of RegistryId.t
| `Timestamp of PushTimestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]