1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Artifacts
  5. getContainerRepositories
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.Artifacts.getContainerRepositories

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

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

List container repositories in a compartment.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testContainerRepositories = oci.Artifacts.getContainerRepositories({
    compartmentId: compartmentId,
    compartmentIdInSubtree: containerRepositoryCompartmentIdInSubtree,
    displayName: containerRepositoryDisplayName,
    isPublic: containerRepositoryIsPublic,
    repositoryId: testRepository.id,
    state: containerRepositoryState,
});
Copy
import pulumi
import pulumi_oci as oci

test_container_repositories = oci.Artifacts.get_container_repositories(compartment_id=compartment_id,
    compartment_id_in_subtree=container_repository_compartment_id_in_subtree,
    display_name=container_repository_display_name,
    is_public=container_repository_is_public,
    repository_id=test_repository["id"],
    state=container_repository_state)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/artifacts"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := artifacts.GetContainerRepositories(ctx, &artifacts.GetContainerRepositoriesArgs{
			CompartmentId:          compartmentId,
			CompartmentIdInSubtree: pulumi.BoolRef(containerRepositoryCompartmentIdInSubtree),
			DisplayName:            pulumi.StringRef(containerRepositoryDisplayName),
			IsPublic:               pulumi.BoolRef(containerRepositoryIsPublic),
			RepositoryId:           pulumi.StringRef(testRepository.Id),
			State:                  pulumi.StringRef(containerRepositoryState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testContainerRepositories = Oci.Artifacts.GetContainerRepositories.Invoke(new()
    {
        CompartmentId = compartmentId,
        CompartmentIdInSubtree = containerRepositoryCompartmentIdInSubtree,
        DisplayName = containerRepositoryDisplayName,
        IsPublic = containerRepositoryIsPublic,
        RepositoryId = testRepository.Id,
        State = containerRepositoryState,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Artifacts.ArtifactsFunctions;
import com.pulumi.oci.Artifacts.inputs.GetContainerRepositoriesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testContainerRepositories = ArtifactsFunctions.getContainerRepositories(GetContainerRepositoriesArgs.builder()
            .compartmentId(compartmentId)
            .compartmentIdInSubtree(containerRepositoryCompartmentIdInSubtree)
            .displayName(containerRepositoryDisplayName)
            .isPublic(containerRepositoryIsPublic)
            .repositoryId(testRepository.id())
            .state(containerRepositoryState)
            .build());

    }
}
Copy
variables:
  testContainerRepositories:
    fn::invoke:
      function: oci:Artifacts:getContainerRepositories
      arguments:
        compartmentId: ${compartmentId}
        compartmentIdInSubtree: ${containerRepositoryCompartmentIdInSubtree}
        displayName: ${containerRepositoryDisplayName}
        isPublic: ${containerRepositoryIsPublic}
        repositoryId: ${testRepository.id}
        state: ${containerRepositoryState}
Copy

Using getContainerRepositories

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 getContainerRepositories(args: GetContainerRepositoriesArgs, opts?: InvokeOptions): Promise<GetContainerRepositoriesResult>
function getContainerRepositoriesOutput(args: GetContainerRepositoriesOutputArgs, opts?: InvokeOptions): Output<GetContainerRepositoriesResult>
Copy
def get_container_repositories(compartment_id: Optional[str] = None,
                               compartment_id_in_subtree: Optional[bool] = None,
                               display_name: Optional[str] = None,
                               filters: Optional[Sequence[_artifacts.GetContainerRepositoriesFilter]] = None,
                               is_public: Optional[bool] = None,
                               repository_id: Optional[str] = None,
                               state: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetContainerRepositoriesResult
def get_container_repositories_output(compartment_id: Optional[pulumi.Input[str]] = None,
                               compartment_id_in_subtree: Optional[pulumi.Input[bool]] = None,
                               display_name: Optional[pulumi.Input[str]] = None,
                               filters: Optional[pulumi.Input[Sequence[pulumi.Input[_artifacts.GetContainerRepositoriesFilterArgs]]]] = None,
                               is_public: Optional[pulumi.Input[bool]] = None,
                               repository_id: Optional[pulumi.Input[str]] = None,
                               state: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetContainerRepositoriesResult]
Copy
func GetContainerRepositories(ctx *Context, args *GetContainerRepositoriesArgs, opts ...InvokeOption) (*GetContainerRepositoriesResult, error)
func GetContainerRepositoriesOutput(ctx *Context, args *GetContainerRepositoriesOutputArgs, opts ...InvokeOption) GetContainerRepositoriesResultOutput
Copy

> Note: This function is named GetContainerRepositories in the Go SDK.

public static class GetContainerRepositories 
{
    public static Task<GetContainerRepositoriesResult> InvokeAsync(GetContainerRepositoriesArgs args, InvokeOptions? opts = null)
    public static Output<GetContainerRepositoriesResult> Invoke(GetContainerRepositoriesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetContainerRepositoriesResult> getContainerRepositories(GetContainerRepositoriesArgs args, InvokeOptions options)
public static Output<GetContainerRepositoriesResult> getContainerRepositories(GetContainerRepositoriesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Artifacts/getContainerRepositories:getContainerRepositories
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the compartment.
CompartmentIdInSubtree bool
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
DisplayName string
A filter to return only resources that match the given display name exactly.
Filters Changes to this property will trigger replacement. List<GetContainerRepositoriesFilter>
IsPublic bool
A filter to return resources that match the isPublic value.
RepositoryId string
A filter to return container images only for the specified container repository OCID.
State string
A filter to return only resources that match the given lifecycle state name exactly.
CompartmentId This property is required. string
The OCID of the compartment.
CompartmentIdInSubtree bool
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
DisplayName string
A filter to return only resources that match the given display name exactly.
Filters Changes to this property will trigger replacement. []GetContainerRepositoriesFilter
IsPublic bool
A filter to return resources that match the isPublic value.
RepositoryId string
A filter to return container images only for the specified container repository OCID.
State string
A filter to return only resources that match the given lifecycle state name exactly.
compartmentId This property is required. String
The OCID of the compartment.
compartmentIdInSubtree Boolean
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
displayName String
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. List<GetContainerRepositoriesFilter>
isPublic Boolean
A filter to return resources that match the isPublic value.
repositoryId String
A filter to return container images only for the specified container repository OCID.
state String
A filter to return only resources that match the given lifecycle state name exactly.
compartmentId This property is required. string
The OCID of the compartment.
compartmentIdInSubtree boolean
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
displayName string
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. GetContainerRepositoriesFilter[]
isPublic boolean
A filter to return resources that match the isPublic value.
repositoryId string
A filter to return container images only for the specified container repository OCID.
state string
A filter to return only resources that match the given lifecycle state name exactly.
compartment_id This property is required. str
The OCID of the compartment.
compartment_id_in_subtree bool
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
display_name str
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. Sequence[artifacts.GetContainerRepositoriesFilter]
is_public bool
A filter to return resources that match the isPublic value.
repository_id str
A filter to return container images only for the specified container repository OCID.
state str
A filter to return only resources that match the given lifecycle state name exactly.
compartmentId This property is required. String
The OCID of the compartment.
compartmentIdInSubtree Boolean
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are inspected depending on the the setting of accessLevel. Default is false. Can only be set to true when calling the API on the tenancy (root compartment).
displayName String
A filter to return only resources that match the given display name exactly.
filters Changes to this property will trigger replacement. List<Property Map>
isPublic Boolean
A filter to return resources that match the isPublic value.
repositoryId String
A filter to return container images only for the specified container repository OCID.
state String
A filter to return only resources that match the given lifecycle state name exactly.

getContainerRepositories Result

The following output properties are available:

CompartmentId string
The OCID of the compartment in which the container repository exists.
ContainerRepositoryCollections List<GetContainerRepositoriesContainerRepositoryCollection>
The list of container_repository_collection.
Id string
The provider-assigned unique ID for this managed resource.
CompartmentIdInSubtree bool
DisplayName string
The container repository name.
Filters List<GetContainerRepositoriesFilter>
IsPublic bool
Whether the repository is public. A public repository allows unauthenticated access.
RepositoryId string
State string
The current state of the container repository.
CompartmentId string
The OCID of the compartment in which the container repository exists.
ContainerRepositoryCollections []GetContainerRepositoriesContainerRepositoryCollection
The list of container_repository_collection.
Id string
The provider-assigned unique ID for this managed resource.
CompartmentIdInSubtree bool
DisplayName string
The container repository name.
Filters []GetContainerRepositoriesFilter
IsPublic bool
Whether the repository is public. A public repository allows unauthenticated access.
RepositoryId string
State string
The current state of the container repository.
compartmentId String
The OCID of the compartment in which the container repository exists.
containerRepositoryCollections List<GetContainerRepositoriesContainerRepositoryCollection>
The list of container_repository_collection.
id String
The provider-assigned unique ID for this managed resource.
compartmentIdInSubtree Boolean
displayName String
The container repository name.
filters List<GetContainerRepositoriesFilter>
isPublic Boolean
Whether the repository is public. A public repository allows unauthenticated access.
repositoryId String
state String
The current state of the container repository.
compartmentId string
The OCID of the compartment in which the container repository exists.
containerRepositoryCollections GetContainerRepositoriesContainerRepositoryCollection[]
The list of container_repository_collection.
id string
The provider-assigned unique ID for this managed resource.
compartmentIdInSubtree boolean
displayName string
The container repository name.
filters GetContainerRepositoriesFilter[]
isPublic boolean
Whether the repository is public. A public repository allows unauthenticated access.
repositoryId string
state string
The current state of the container repository.
compartment_id str
The OCID of the compartment in which the container repository exists.
container_repository_collections Sequence[artifacts.GetContainerRepositoriesContainerRepositoryCollection]
The list of container_repository_collection.
id str
The provider-assigned unique ID for this managed resource.
compartment_id_in_subtree bool
display_name str
The container repository name.
filters Sequence[artifacts.GetContainerRepositoriesFilter]
is_public bool
Whether the repository is public. A public repository allows unauthenticated access.
repository_id str
state str
The current state of the container repository.
compartmentId String
The OCID of the compartment in which the container repository exists.
containerRepositoryCollections List<Property Map>
The list of container_repository_collection.
id String
The provider-assigned unique ID for this managed resource.
compartmentIdInSubtree Boolean
displayName String
The container repository name.
filters List<Property Map>
isPublic Boolean
Whether the repository is public. A public repository allows unauthenticated access.
repositoryId String
state String
The current state of the container repository.

Supporting Types

GetContainerRepositoriesContainerRepositoryCollection

ImageCount This property is required. int
Total number of images.
Items This property is required. List<GetContainerRepositoriesContainerRepositoryCollectionItem>
LayerCount This property is required. int
Total number of layers.
LayersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
RemainingItemsCount This property is required. int
RepositoryCount This property is required. int
ImageCount This property is required. int
Total number of images.
Items This property is required. []GetContainerRepositoriesContainerRepositoryCollectionItem
LayerCount This property is required. int
Total number of layers.
LayersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
RemainingItemsCount This property is required. int
RepositoryCount This property is required. int
imageCount This property is required. Integer
Total number of images.
items This property is required. List<GetContainerRepositoriesContainerRepositoryCollectionItem>
layerCount This property is required. Integer
Total number of layers.
layersSizeInBytes This property is required. String
Total storage in bytes consumed by layers.
remainingItemsCount This property is required. Integer
repositoryCount This property is required. Integer
imageCount This property is required. number
Total number of images.
items This property is required. GetContainerRepositoriesContainerRepositoryCollectionItem[]
layerCount This property is required. number
Total number of layers.
layersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
remainingItemsCount This property is required. number
repositoryCount This property is required. number
image_count This property is required. int
Total number of images.
items This property is required. Sequence[artifacts.GetContainerRepositoriesContainerRepositoryCollectionItem]
layer_count This property is required. int
Total number of layers.
layers_size_in_bytes This property is required. str
Total storage in bytes consumed by layers.
remaining_items_count This property is required. int
repository_count This property is required. int
imageCount This property is required. Number
Total number of images.
items This property is required. List<Property Map>
layerCount This property is required. Number
Total number of layers.
layersSizeInBytes This property is required. String
Total storage in bytes consumed by layers.
remainingItemsCount This property is required. Number
repositoryCount This property is required. Number

GetContainerRepositoriesContainerRepositoryCollectionItem

BillableSizeInGbs This property is required. string
Total storage size in GBs that will be charged.
CompartmentId This property is required. string
The OCID of the compartment.
CreatedBy This property is required. string
The id of the user or principal that created the resource.
DefinedTags This property is required. Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName This property is required. string
A filter to return only resources that match the given display name exactly.
FreeformTags This property is required. Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id This property is required. string
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
ImageCount This property is required. int
Total number of images.
IsImmutable This property is required. bool
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
IsPublic This property is required. bool
A filter to return resources that match the isPublic value.
LayerCount This property is required. int
Total number of layers.
LayersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
Namespace This property is required. string
The tenancy namespace used in the container repository path.
Readmes This property is required. List<GetContainerRepositoriesContainerRepositoryCollectionItemReadme>
Container repository readme.
State This property is required. string
A filter to return only resources that match the given lifecycle state name exactly.
SystemTags This property is required. Dictionary<string, string>
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
An RFC 3339 timestamp indicating when the repository was created.
TimeLastPushed This property is required. string
An RFC 3339 timestamp indicating when an image was last pushed to the repository.
BillableSizeInGbs This property is required. string
Total storage size in GBs that will be charged.
CompartmentId This property is required. string
The OCID of the compartment.
CreatedBy This property is required. string
The id of the user or principal that created the resource.
DefinedTags This property is required. map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
DisplayName This property is required. string
A filter to return only resources that match the given display name exactly.
FreeformTags This property is required. map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id This property is required. string
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
ImageCount This property is required. int
Total number of images.
IsImmutable This property is required. bool
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
IsPublic This property is required. bool
A filter to return resources that match the isPublic value.
LayerCount This property is required. int
Total number of layers.
LayersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
Namespace This property is required. string
The tenancy namespace used in the container repository path.
Readmes This property is required. []GetContainerRepositoriesContainerRepositoryCollectionItemReadme
Container repository readme.
State This property is required. string
A filter to return only resources that match the given lifecycle state name exactly.
SystemTags This property is required. map[string]string
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
TimeCreated This property is required. string
An RFC 3339 timestamp indicating when the repository was created.
TimeLastPushed This property is required. string
An RFC 3339 timestamp indicating when an image was last pushed to the repository.
billableSizeInGbs This property is required. String
Total storage size in GBs that will be charged.
compartmentId This property is required. String
The OCID of the compartment.
createdBy This property is required. String
The id of the user or principal that created the resource.
definedTags This property is required. Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName This property is required. String
A filter to return only resources that match the given display name exactly.
freeformTags This property is required. Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. String
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
imageCount This property is required. Integer
Total number of images.
isImmutable This property is required. Boolean
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
isPublic This property is required. Boolean
A filter to return resources that match the isPublic value.
layerCount This property is required. Integer
Total number of layers.
layersSizeInBytes This property is required. String
Total storage in bytes consumed by layers.
namespace This property is required. String
The tenancy namespace used in the container repository path.
readmes This property is required. List<GetContainerRepositoriesContainerRepositoryCollectionItemReadme>
Container repository readme.
state This property is required. String
A filter to return only resources that match the given lifecycle state name exactly.
systemTags This property is required. Map<String,String>
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
An RFC 3339 timestamp indicating when the repository was created.
timeLastPushed This property is required. String
An RFC 3339 timestamp indicating when an image was last pushed to the repository.
billableSizeInGbs This property is required. string
Total storage size in GBs that will be charged.
compartmentId This property is required. string
The OCID of the compartment.
createdBy This property is required. string
The id of the user or principal that created the resource.
definedTags This property is required. {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName This property is required. string
A filter to return only resources that match the given display name exactly.
freeformTags This property is required. {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. string
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
imageCount This property is required. number
Total number of images.
isImmutable This property is required. boolean
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
isPublic This property is required. boolean
A filter to return resources that match the isPublic value.
layerCount This property is required. number
Total number of layers.
layersSizeInBytes This property is required. string
Total storage in bytes consumed by layers.
namespace This property is required. string
The tenancy namespace used in the container repository path.
readmes This property is required. GetContainerRepositoriesContainerRepositoryCollectionItemReadme[]
Container repository readme.
state This property is required. string
A filter to return only resources that match the given lifecycle state name exactly.
systemTags This property is required. {[key: string]: string}
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. string
An RFC 3339 timestamp indicating when the repository was created.
timeLastPushed This property is required. string
An RFC 3339 timestamp indicating when an image was last pushed to the repository.
billable_size_in_gbs This property is required. str
Total storage size in GBs that will be charged.
compartment_id This property is required. str
The OCID of the compartment.
created_by This property is required. str
The id of the user or principal that created the resource.
defined_tags This property is required. Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
display_name This property is required. str
A filter to return only resources that match the given display name exactly.
freeform_tags This property is required. Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. str
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
image_count This property is required. int
Total number of images.
is_immutable This property is required. bool
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
is_public This property is required. bool
A filter to return resources that match the isPublic value.
layer_count This property is required. int
Total number of layers.
layers_size_in_bytes This property is required. str
Total storage in bytes consumed by layers.
namespace This property is required. str
The tenancy namespace used in the container repository path.
readmes This property is required. Sequence[artifacts.GetContainerRepositoriesContainerRepositoryCollectionItemReadme]
Container repository readme.
state This property is required. str
A filter to return only resources that match the given lifecycle state name exactly.
system_tags This property is required. Mapping[str, str]
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created This property is required. str
An RFC 3339 timestamp indicating when the repository was created.
time_last_pushed This property is required. str
An RFC 3339 timestamp indicating when an image was last pushed to the repository.
billableSizeInGbs This property is required. String
Total storage size in GBs that will be charged.
compartmentId This property is required. String
The OCID of the compartment.
createdBy This property is required. String
The id of the user or principal that created the resource.
definedTags This property is required. Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
displayName This property is required. String
A filter to return only resources that match the given display name exactly.
freeformTags This property is required. Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id This property is required. String
The OCID of the container repository. Example: ocid1.containerrepo.oc1..exampleuniqueID
imageCount This property is required. Number
Total number of images.
isImmutable This property is required. Boolean
Whether the repository is immutable. Images cannot be overwritten in an immutable repository.
isPublic This property is required. Boolean
A filter to return resources that match the isPublic value.
layerCount This property is required. Number
Total number of layers.
layersSizeInBytes This property is required. String
Total storage in bytes consumed by layers.
namespace This property is required. String
The tenancy namespace used in the container repository path.
readmes This property is required. List<Property Map>
Container repository readme.
state This property is required. String
A filter to return only resources that match the given lifecycle state name exactly.
systemTags This property is required. Map<String>
The system tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
timeCreated This property is required. String
An RFC 3339 timestamp indicating when the repository was created.
timeLastPushed This property is required. String
An RFC 3339 timestamp indicating when an image was last pushed to the repository.

GetContainerRepositoriesContainerRepositoryCollectionItemReadme

Content This property is required. string
Readme content. Avoid entering confidential information.
Format This property is required. string
Readme format. Supported formats are text/plain and text/markdown.
Content This property is required. string
Readme content. Avoid entering confidential information.
Format This property is required. string
Readme format. Supported formats are text/plain and text/markdown.
content This property is required. String
Readme content. Avoid entering confidential information.
format This property is required. String
Readme format. Supported formats are text/plain and text/markdown.
content This property is required. string
Readme content. Avoid entering confidential information.
format This property is required. string
Readme format. Supported formats are text/plain and text/markdown.
content This property is required. str
Readme content. Avoid entering confidential information.
format This property is required. str
Readme format. Supported formats are text/plain and text/markdown.
content This property is required. String
Readme content. Avoid entering confidential information.
format This property is required. String
Readme format. Supported formats are text/plain and text/markdown.

GetContainerRepositoriesFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi