Image
A set of methods for managing Image resources.
JSON Representation
{
"id": "string",
"name": "string",
"digest": "string",
"compressedSize": "string",
"config": {
"id": "string",
"digest": "string",
"size": "string",
"urls": [
"string"
]
},
"layers": [
{
"id": "string",
"digest": "string",
"size": "string",
"urls": [
"string"
]
}
],
"tags": [
"string"
],
"createdAt": "string"
}
Field | Description |
---|---|
id | string Output only. ID of the Docker image. |
name | string Name of the Docker image. The name is unique within the registry. |
digest | string Content-addressable identifier of the Docker image. |
compressedSize | string (int64) Compressed size of the Docker image, specified in bytes. |
config | object Configuration of the Docker image. A Blob resource. |
config. id |
string Output only. ID of the blob. |
config. digest |
string Content-addressable identifier of the blob. |
config. size |
string (int64) Size of the blob, specified in bytes. |
config. urls[] |
string |
layers[] | object A Blob resource. |
layers[]. id |
string Output only. ID of the blob. |
layers[]. digest |
string Content-addressable identifier of the blob. |
layers[]. size |
string (int64) Size of the blob, specified in bytes. |
layers[]. urls[] |
string |
tags[] | string Tags of the Docker image. Each tag is unique within the repository. |
createdAt | string (date-time) Output only. Creation timestamp in RFC3339 text format. String in RFC3339 text format. |
Methods
Method | Description |
---|---|
delete | Deletes the specified Docker image. |
get | Returns the specified Image resource. |
list | Retrieves the list of Image resources in the specified registry or repository. |