1. Packages
  2. Control Plane (cpln)
  3. API Docs
  4. getImages
Control Plane v0.0.55 published on Thursday, Mar 27, 2025 by pulumiverse

cpln.getImages

Explore with Pulumi AI

cpln logo
Control Plane v0.0.55 published on Thursday, Mar 27, 2025 by pulumiverse

    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 or items. 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.GetImagesImage>
    Query Pulumiverse.Cpln.Outputs.GetImagesQuery
    Id string
    The provider-assigned unique ID for this managed resource.
    Images []GetImagesImage
    Query GetImagesQuery
    id String
    The provider-assigned unique ID for this managed resource.
    images List<GetImagesImage>
    query GetImagesQuery
    id string
    The provider-assigned unique ID for this managed resource.
    images GetImagesImage[]
    query GetImagesQuery
    id str
    The provider-assigned unique ID for this managed resource.
    images Sequence[GetImagesImage]
    query GetImagesQuery
    id String
    The provider-assigned unique ID for this managed resource.
    images List<Property Map>
    query Property Map

    Supporting Types

    GetImagesImage

    CplnId 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.GetImagesImageManifest>
    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.
    SelfLink string
    Full link to this resource. Can be referenced by other resources.
    Tag string
    Tag of the image.
    Tags Dictionary<string, string>
    Key-value map of resource tags.
    CplnId 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 []GetImagesImageManifest
    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.
    SelfLink string
    Full link to this resource. Can be referenced by other resources.
    Tag string
    Tag of the image.
    Tags map[string]string
    Key-value map of resource tags.
    cplnId 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<GetImagesImageManifest>
    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.
    selfLink String
    Full link to this resource. Can be referenced by other resources.
    tag String
    Tag of the image.
    tags Map<String,String>
    Key-value map of resource tags.
    cplnId 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 GetImagesImageManifest[]
    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.
    selfLink string
    Full link to this resource. Can be referenced by other resources.
    tag string
    Tag of the image.
    tags {[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[GetImagesImageManifest]
    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.
    tags Mapping[str, str]
    Key-value map of resource tags.
    cplnId 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.
    selfLink String
    Full link to this resource. Can be referenced by other resources.
    tag String
    Tag of the image.
    tags Map<String>
    Key-value map of resource tags.

    GetImagesImageManifest

    Configs List<Pulumiverse.Cpln.Inputs.GetImagesImageManifestConfig>
    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.GetImagesImageManifestLayer>
    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.
    MediaType string
    Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
    SchemaVersion int
    The version of the Docker Image Manifest format.
    Configs []GetImagesImageManifestConfig
    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 []GetImagesImageManifestLayer
    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.
    MediaType string
    Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
    SchemaVersion int
    The version of the Docker Image Manifest format.
    configs List<GetImagesImageManifestConfig>
    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<GetImagesImageManifestLayer>
    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.
    mediaType String
    Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
    schemaVersion Integer
    The version of the Docker Image Manifest format.
    configs GetImagesImageManifestConfig[]
    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 GetImagesImageManifestLayer[]
    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.
    mediaType string
    Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
    schemaVersion number
    The version of the Docker Image Manifest format.
    configs Sequence[GetImagesImageManifestConfig]
    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[GetImagesImageManifestLayer]
    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.
    mediaType String
    Specifies the type of the content represented in the manifest, allowing Docker clients and registries to understand how to handle the document correctly.
    schemaVersion 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.
    MediaType 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.
    MediaType 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.
    mediaType 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.
    mediaType 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.
    mediaType 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.
    MediaType 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.
    MediaType 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.
    mediaType 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.
    mediaType 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.
    mediaType 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 or items. Default: items.
    Spec Pulumiverse.Cpln.Inputs.GetImagesQuerySpec
    Fetch string
    Type of fetch. Specify either: links or items. Default: items.
    Spec GetImagesQuerySpec
    fetch String
    Type of fetch. Specify either: links or items. Default: items.
    spec GetImagesQuerySpec
    fetch string
    Type of fetch. Specify either: links or items. Default: items.
    spec GetImagesQuerySpec
    fetch str
    Type of fetch. Specify either: links or items. Default: items.
    spec GetImagesQuerySpec
    fetch String
    Type of fetch. Specify either: links or items. Default: items.
    spec Property Map

    GetImagesQuerySpec

    Match string
    Type of match. Available values: all, any, none. Default: all.
    Terms List<Pulumiverse.Cpln.Inputs.GetImagesQuerySpecTerm>
    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 []GetImagesQuerySpecTerm
    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<GetImagesQuerySpecTerm>
    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 GetImagesQuerySpecTerm[]
    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[GetImagesQuerySpecTerm]
    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

    Op string
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    Property string
    Property to use for query evaluation.
    Rel string
    Tag string
    Tag key to use for query evaluation.
    Value string
    Testing value for query evaluation.
    Op string
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    Property string
    Property to use for query evaluation.
    Rel string
    Tag string
    Tag key to use for query evaluation.
    Value string
    Testing value for query evaluation.
    op String
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    property String
    Property to use for query evaluation.
    rel String
    tag String
    Tag key to use for query evaluation.
    value String
    Testing value for query evaluation.
    op string
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    property string
    Property to use for query evaluation.
    rel string
    tag string
    Tag key to use for query evaluation.
    value string
    Testing value for query evaluation.
    op str
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    property str
    Property to use for query evaluation.
    rel str
    tag str
    Tag key to use for query evaluation.
    value str
    Testing value for query evaluation.
    op String
    Type of query operation. Available values: =, >, >=, <, <=, !=, exists, !exists. Default: =.
    property String
    Property to use for query evaluation.
    rel String
    tag String
    Tag key to use for query evaluation.
    value String
    Testing value for query evaluation.

    Package Details

    Repository
    cpln pulumiverse/pulumi-cpln
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cpln Terraform Provider.
    cpln logo
    Control Plane v0.0.55 published on Thursday, Mar 27, 2025 by pulumiverse