Data Source: oci_artifacts_container_images

This data source provides the list of Container Images in Oracle Cloud Infrastructure Artifacts service.

List container images in a compartment.

Example Usage

data "oci_artifacts_container_images" "test_container_images" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    compartment_id_in_subtree = var.container_image_compartment_id_in_subtree
    display_name = var.container_image_display_name
    image_id = oci_core_image.test_image.id
    is_versioned = var.container_image_is_versioned
    repository_id = oci_artifacts_repository.test_repository.id
    repository_name = oci_artifacts_repository.test_repository.name
    state = var.container_image_state
    version = var.container_image_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ContainerImage Reference

The following attributes are exported: