cpln.getImages
Explore with Pulumi AI
Use this data source to access information about all Images within Control Plane.
Optional
- query (Block List, Max: 1) (see below).
query
Optional:
- fetch (String) Type of fetch. Specify either:
links
oritems
. Default:items
. - spec (Block List, Max: 1) (see below).
query.spec
Optional:
- match (String) Type of match. Available values:
all
,any
,none
. Default:all
. - terms (Block List) (see below).
query.spec.terms
Terms can only contain one of the following attributes: property
, rel
, tag
.
Optional:
op (String) Type of query operation. Available values:
=
,>
,>=
,<
,<=
,!=
,exists
,!exists
. Default:=
.property (String) Property to use for query evaluation.
rel (String) Rel to use use for query evaluation.
tag (String) Tag key to use for query evaluation.
value (String) Testing value for query evaluation.
Outputs
The following attributes are exported:
- images (Block List) (see below).
images
- cpln_id (String) The ID, in GUID format, of the Image.
- name (String) Name of the Image.
- tags (Map of String) Key-value map of resource tags.
- self_link (String) Full link to this resource. Can be referenced by other resources.
- tag (String) Tag of the image.
- repository (String) Respository name of the image.
- digest (String) A unique SHA256 hash used to identify a specific image version within the image registry.
- manifest (Block List, Max: 1) (see below)
manifest
The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- config (Block List, Max: 1) (see below).
- layers (Block List) (see below).
- media_type (String) Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- schema_version (Number) The version of the Docker Image Manifest format.
config
and layers
The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
Layers lists the digests of the image’s layers. These layers are filesystem changes or additions made in each step of the Docker image’s creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- size (Number) The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest (String) A unique SHA256 hash used to identify a specific image version within the image registry.
- media_type (String) Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
Using getImages
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getImages(args: GetImagesArgs, opts?: InvokeOptions): Promise<GetImagesResult>
function getImagesOutput(args: GetImagesOutputArgs, opts?: InvokeOptions): Output<GetImagesResult>
def get_images(query: Optional[GetImagesQuery] = None,
opts: Optional[InvokeOptions] = None) -> GetImagesResult
def get_images_output(query: Optional[pulumi.Input[GetImagesQueryArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetImagesResult]
func GetImages(ctx *Context, args *GetImagesArgs, opts ...InvokeOption) (*GetImagesResult, error)
func GetImagesOutput(ctx *Context, args *GetImagesOutputArgs, opts ...InvokeOption) GetImagesResultOutput
> Note: This function is named GetImages
in the Go SDK.
public static class GetImages
{
public static Task<GetImagesResult> InvokeAsync(GetImagesArgs args, InvokeOptions? opts = null)
public static Output<GetImagesResult> Invoke(GetImagesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImagesResult> getImages(GetImagesArgs args, InvokeOptions options)
public static Output<GetImagesResult> getImages(GetImagesArgs args, InvokeOptions options)
fn::invoke:
function: cpln:index/getImages:getImages
arguments:
# arguments dictionary
The following arguments are supported:
getImages Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Images
List<Pulumiverse.
Cpln. Outputs. Get Images Image> - Query
Pulumiverse.
Cpln. Outputs. Get Images Query
- Id string
- The provider-assigned unique ID for this managed resource.
- Images
[]Get
Images Image - Query
Get
Images Query
- id String
- The provider-assigned unique ID for this managed resource.
- images
List<Get
Images Image> - query
Get
Images Query
- id string
- The provider-assigned unique ID for this managed resource.
- images
Get
Images Image[] - query
Get
Images Query
- id str
- The provider-assigned unique ID for this managed resource.
- images
Sequence[Get
Images Image] - query
Get
Images Query
- id String
- The provider-assigned unique ID for this managed resource.
- images List<Property Map>
- query Property Map
Supporting Types
GetImagesImage
- Cpln
Id string - The ID, in GUID format, of the Image.
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Manifests
List<Pulumiverse.
Cpln. Inputs. Get Images Image Manifest> - The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- Name string
- Name of the Image.
- Repository string
- Respository name of the image.
- Self
Link string - Full link to this resource. Can be referenced by other resources.
- Tag string
- Tag of the image.
- Dictionary<string, string>
- Key-value map of resource tags.
- Cpln
Id string - The ID, in GUID format, of the Image.
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Manifests
[]Get
Images Image Manifest - The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- Name string
- Name of the Image.
- Repository string
- Respository name of the image.
- Self
Link string - Full link to this resource. Can be referenced by other resources.
- Tag string
- Tag of the image.
- map[string]string
- Key-value map of resource tags.
- cpln
Id String - The ID, in GUID format, of the Image.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- manifests
List<Get
Images Image Manifest> - The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- name String
- Name of the Image.
- repository String
- Respository name of the image.
- self
Link String - Full link to this resource. Can be referenced by other resources.
- tag String
- Tag of the image.
- Map<String,String>
- Key-value map of resource tags.
- cpln
Id string - The ID, in GUID format, of the Image.
- digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- manifests
Get
Images Image Manifest[] - The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- name string
- Name of the Image.
- repository string
- Respository name of the image.
- self
Link string - Full link to this resource. Can be referenced by other resources.
- tag string
- Tag of the image.
- {[key: string]: string}
- Key-value map of resource tags.
- cpln_
id str - The ID, in GUID format, of the Image.
- digest str
- A unique SHA256 hash used to identify a specific image version within the image registry.
- manifests
Sequence[Get
Images Image Manifest] - The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- name str
- Name of the Image.
- repository str
- Respository name of the image.
- self_
link str - Full link to this resource. Can be referenced by other resources.
- tag str
- Tag of the image.
- Mapping[str, str]
- Key-value map of resource tags.
- cpln
Id String - The ID, in GUID format, of the Image.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- manifests List<Property Map>
- The manifest provides configuration and layers information about the image. It plays a crucial role in the Docker image distribution system, enabling image creation, verification, and replication in a consistent and secure manner.
- name String
- Name of the Image.
- repository String
- Respository name of the image.
- self
Link String - Full link to this resource. Can be referenced by other resources.
- tag String
- Tag of the image.
- Map<String>
- Key-value map of resource tags.
GetImagesImageManifest
- Configs
List<Pulumiverse.
Cpln. Inputs. Get Images Image Manifest Config> - The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- Layers
List<Pulumiverse.
Cpln. Inputs. Get Images Image Manifest Layer> - Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Schema
Version int - The version of the Docker Image Manifest format.
- Configs
[]Get
Images Image Manifest Config - The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- Layers
[]Get
Images Image Manifest Layer - Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Schema
Version int - The version of the Docker Image Manifest format.
- configs
List<Get
Images Image Manifest Config> - The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- layers
List<Get
Images Image Manifest Layer> - Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- schema
Version Integer - The version of the Docker Image Manifest format.
- configs
Get
Images Image Manifest Config[] - The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- layers
Get
Images Image Manifest Layer[] - Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- schema
Version number - The version of the Docker Image Manifest format.
- configs
Sequence[Get
Images Image Manifest Config] - The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- layers
Sequence[Get
Images Image Manifest Layer] - Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- media_
type str - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- schema_
version int - The version of the Docker Image Manifest format.
- configs List<Property Map>
- The config is a JSON blob that contains the image configuration data which includes environment variables, default command to run, and other settings necessary to run the container based on this image.
- layers List<Property Map>
- Layers lists the digests of the image's layers. These layers are filesystem changes or additions made in each step of the Docker image's creation process. The layers are stored separately and pulled as needed, which allows for efficient storage and transfer of images. Each layer is represented by a SHA256 digest, ensuring the integrity and authenticity of the image.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- schema
Version Number - The version of the Docker Image Manifest format.
GetImagesImageManifestConfig
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size Integer
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size number
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest str
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media_
type str - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size Number
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
GetImagesImageManifestLayer
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- Digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- Media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- Size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size Integer
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest string
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type string - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size number
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest str
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media_
type str - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size int
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
- digest String
- A unique SHA256 hash used to identify a specific image version within the image registry.
- media
Type String - Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
- size Number
- The size of the image or layer in bytes. This helps in estimating the space required and the download time.
GetImagesQuery
- Fetch string
- Type of fetch. Specify either:
links
oritems
. Default:items
. - Spec
Pulumiverse.
Cpln. Inputs. Get Images Query Spec
- Fetch string
- Type of fetch. Specify either:
links
oritems
. Default:items
. - Spec
Get
Images Query Spec
- fetch String
- Type of fetch. Specify either:
links
oritems
. Default:items
. - spec
Get
Images Query Spec
- fetch string
- Type of fetch. Specify either:
links
oritems
. Default:items
. - spec
Get
Images Query Spec
- fetch str
- Type of fetch. Specify either:
links
oritems
. Default:items
. - spec
Get
Images Query Spec
- fetch String
- Type of fetch. Specify either:
links
oritems
. Default:items
. - spec Property Map
GetImagesQuerySpec
- Match string
- Type of match. Available values:
all
,any
,none
. Default:all
. - Terms
List<Pulumiverse.
Cpln. Inputs. Get Images Query Spec Term> - Terms can only contain one of the following attributes:
property
,rel
,tag
.
- Match string
- Type of match. Available values:
all
,any
,none
. Default:all
. - Terms
[]Get
Images Query Spec Term - Terms can only contain one of the following attributes:
property
,rel
,tag
.
- match String
- Type of match. Available values:
all
,any
,none
. Default:all
. - terms
List<Get
Images Query Spec Term> - Terms can only contain one of the following attributes:
property
,rel
,tag
.
- match string
- Type of match. Available values:
all
,any
,none
. Default:all
. - terms
Get
Images Query Spec Term[] - Terms can only contain one of the following attributes:
property
,rel
,tag
.
- match str
- Type of match. Available values:
all
,any
,none
. Default:all
. - terms
Sequence[Get
Images Query Spec Term] - Terms can only contain one of the following attributes:
property
,rel
,tag
.
- match String
- Type of match. Available values:
all
,any
,none
. Default:all
. - terms List<Property Map>
- Terms can only contain one of the following attributes:
property
,rel
,tag
.
GetImagesQuerySpecTerm
Package Details
- Repository
- cpln pulumiverse/pulumi-cpln
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cpln
Terraform Provider.