Viewing docs for artifactory v8.10.3
published on Thursday, Feb 12, 2026 by Pulumi
published on Thursday, Feb 12, 2026 by Pulumi
Viewing docs for artifactory v8.10.3
published on Thursday, Feb 12, 2026 by Pulumi
published on Thursday, Feb 12, 2026 by Pulumi
Retrieves a local Docker (v1) repository resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as artifactory from "@pulumi/artifactory";
const artifactoryLocalTestDockerV1Repository = artifactory.getLocalDockerV1Repository({
key: "artifactory_local_test_docker_v1_repository",
});
import pulumi
import pulumi_artifactory as artifactory
artifactory_local_test_docker_v1_repository = artifactory.get_local_docker_v1_repository(key="artifactory_local_test_docker_v1_repository")
package main
import (
"github.com/pulumi/pulumi-artifactory/sdk/v8/go/artifactory"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := artifactory.GetLocalDockerV1Repository(ctx, &artifactory.GetLocalDockerV1RepositoryArgs{
Key: "artifactory_local_test_docker_v1_repository",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Artifactory = Pulumi.Artifactory;
return await Deployment.RunAsync(() =>
{
var artifactoryLocalTestDockerV1Repository = Artifactory.GetLocalDockerV1Repository.Invoke(new()
{
Key = "artifactory_local_test_docker_v1_repository",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.artifactory.ArtifactoryFunctions;
import com.pulumi.artifactory.inputs.GetLocalDockerV1RepositoryArgs;
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 artifactoryLocalTestDockerV1Repository = ArtifactoryFunctions.getLocalDockerV1Repository(GetLocalDockerV1RepositoryArgs.builder()
.key("artifactory_local_test_docker_v1_repository")
.build());
}
}
variables:
artifactoryLocalTestDockerV1Repository:
fn::invoke:
function: artifactory:getLocalDockerV1Repository
arguments:
key: artifactory_local_test_docker_v1_repository
Using getLocalDockerV1Repository
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 getLocalDockerV1Repository(args: GetLocalDockerV1RepositoryArgs, opts?: InvokeOptions): Promise<GetLocalDockerV1RepositoryResult>
function getLocalDockerV1RepositoryOutput(args: GetLocalDockerV1RepositoryOutputArgs, opts?: InvokeOptions): Output<GetLocalDockerV1RepositoryResult>def get_local_docker_v1_repository(archive_browsing_enabled: Optional[bool] = None,
blacked_out: Optional[bool] = None,
cdn_redirect: Optional[bool] = None,
description: Optional[str] = None,
download_direct: Optional[bool] = None,
excludes_pattern: Optional[str] = None,
includes_pattern: Optional[str] = None,
key: Optional[str] = None,
max_unique_tags: Optional[int] = None,
notes: Optional[str] = None,
priority_resolution: Optional[bool] = None,
project_environments: Optional[Sequence[str]] = None,
project_key: Optional[str] = None,
property_sets: Optional[Sequence[str]] = None,
repo_layout_ref: Optional[str] = None,
xray_index: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalDockerV1RepositoryResult
def get_local_docker_v1_repository_output(archive_browsing_enabled: Optional[pulumi.Input[bool]] = None,
blacked_out: Optional[pulumi.Input[bool]] = None,
cdn_redirect: Optional[pulumi.Input[bool]] = None,
description: Optional[pulumi.Input[str]] = None,
download_direct: Optional[pulumi.Input[bool]] = None,
excludes_pattern: Optional[pulumi.Input[str]] = None,
includes_pattern: Optional[pulumi.Input[str]] = None,
key: Optional[pulumi.Input[str]] = None,
max_unique_tags: Optional[pulumi.Input[int]] = None,
notes: Optional[pulumi.Input[str]] = None,
priority_resolution: Optional[pulumi.Input[bool]] = None,
project_environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
project_key: Optional[pulumi.Input[str]] = None,
property_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
repo_layout_ref: Optional[pulumi.Input[str]] = None,
xray_index: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalDockerV1RepositoryResult]func GetLocalDockerV1Repository(ctx *Context, args *GetLocalDockerV1RepositoryArgs, opts ...InvokeOption) (*GetLocalDockerV1RepositoryResult, error)
func GetLocalDockerV1RepositoryOutput(ctx *Context, args *GetLocalDockerV1RepositoryOutputArgs, opts ...InvokeOption) GetLocalDockerV1RepositoryResultOutput> Note: This function is named GetLocalDockerV1Repository in the Go SDK.
public static class GetLocalDockerV1Repository
{
public static Task<GetLocalDockerV1RepositoryResult> InvokeAsync(GetLocalDockerV1RepositoryArgs args, InvokeOptions? opts = null)
public static Output<GetLocalDockerV1RepositoryResult> Invoke(GetLocalDockerV1RepositoryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocalDockerV1RepositoryResult> getLocalDockerV1Repository(GetLocalDockerV1RepositoryArgs args, InvokeOptions options)
public static Output<GetLocalDockerV1RepositoryResult> getLocalDockerV1Repository(GetLocalDockerV1RepositoryArgs args, InvokeOptions options)
fn::invoke:
function: artifactory:index/getLocalDockerV1Repository:getLocalDockerV1Repository
arguments:
# arguments dictionaryThe following arguments are supported:
- Key string
- the identity key of the repo.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Description string
- Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- Notes string
- Priority
Resolution bool - Project
Environments List<string> - Project
Key string - Property
Sets List<string> - Repo
Layout stringRef - Xray
Index bool
- Key string
- the identity key of the repo.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Description string
- Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- Notes string
- Priority
Resolution bool - Project
Environments []string - Project
Key string - Property
Sets []string - Repo
Layout stringRef - Xray
Index bool
- key String
- the identity key of the repo.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - description String
- download
Direct Boolean - excludes
Pattern String - includes
Pattern String - Integer
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- notes String
- priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - repo
Layout StringRef - xray
Index Boolean
- key string
- the identity key of the repo.
- archive
Browsing booleanEnabled - blacked
Out boolean - cdn
Redirect boolean - description string
- download
Direct boolean - excludes
Pattern string - includes
Pattern string - number
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- notes string
- priority
Resolution boolean - project
Environments string[] - project
Key string - property
Sets string[] - repo
Layout stringRef - xray
Index boolean
- key str
- the identity key of the repo.
- archive_
browsing_ boolenabled - blacked_
out bool - cdn_
redirect bool - description str
- download_
direct bool - excludes_
pattern str - includes_
pattern str - int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- notes str
- priority_
resolution bool - project_
environments Sequence[str] - project_
key str - property_
sets Sequence[str] - repo_
layout_ strref - xray_
index bool
- key String
- the identity key of the repo.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - description String
- download
Direct Boolean - excludes
Pattern String - includes
Pattern String - Number
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- notes String
- priority
Resolution Boolean - project
Environments List<String> - project
Key String - property
Sets List<String> - repo
Layout StringRef - xray
Index Boolean
getLocalDockerV1Repository Result
The following output properties are available:
- Api
Version string - The Docker API version in use.
- Block
Pushing boolSchema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- Package
Type string - Project
Environments List<string> - Tag
Retention int - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Description string
- Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
- Priority
Resolution bool - Project
Key string - Property
Sets List<string> - Repo
Layout stringRef - Xray
Index bool
- Api
Version string - The Docker API version in use.
- Block
Pushing boolSchema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- Package
Type string - Project
Environments []string - Tag
Retention int - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- Archive
Browsing boolEnabled - Blacked
Out bool - Cdn
Redirect bool - Description string
- Download
Direct bool - Excludes
Pattern string - Includes
Pattern string - Notes string
- Priority
Resolution bool - Project
Key string - Property
Sets []string - Repo
Layout stringRef - Xray
Index bool
- api
Version String - The Docker API version in use.
- block
Pushing BooleanSchema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- Integer
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- package
Type String - project
Environments List<String> - tag
Retention Integer - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - description String
- download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
- priority
Resolution Boolean - project
Key String - property
Sets List<String> - repo
Layout StringRef - xray
Index Boolean
- api
Version string - The Docker API version in use.
- block
Pushing booleanSchema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- number
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- package
Type string - project
Environments string[] - tag
Retention number - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- archive
Browsing booleanEnabled - blacked
Out boolean - cdn
Redirect boolean - description string
- download
Direct boolean - excludes
Pattern string - includes
Pattern string - notes string
- priority
Resolution boolean - project
Key string - property
Sets string[] - repo
Layout stringRef - xray
Index boolean
- api_
version str - The Docker API version in use.
- block_
pushing_ boolschema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- int
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- package_
type str - project_
environments Sequence[str] - tag_
retention int - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- archive_
browsing_ boolenabled - blacked_
out bool - cdn_
redirect bool - description str
- download_
direct bool - excludes_
pattern str - includes_
pattern str - notes str
- priority_
resolution bool - project_
key str - property_
sets Sequence[str] - repo_
layout_ strref - xray_
index bool
- api
Version String - The Docker API version in use.
- block
Pushing BooleanSchema1 - When set, Artifactory will block the pushing of Docker images with manifest v2 schema 1 to this repository.
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- Number
- The maximum number of unique tags of a single Docker image to store in this repository. Once the number tags for an image exceeds this setting, older tags are removed. A value of 0 (default) indicates there is no limit. This only applies to manifest v2.
- package
Type String - project
Environments List<String> - tag
Retention Number - If greater than 1, overwritten tags will be saved by their digest, up to the set up number. This only applies to manifest V2.
- archive
Browsing BooleanEnabled - blacked
Out Boolean - cdn
Redirect Boolean - description String
- download
Direct Boolean - excludes
Pattern String - includes
Pattern String - notes String
- priority
Resolution Boolean - project
Key String - property
Sets List<String> - repo
Layout StringRef - xray
Index Boolean
Package Details
- Repository
- artifactory pulumi/pulumi-artifactory
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
artifactoryTerraform Provider.
Viewing docs for artifactory v8.10.3
published on Thursday, Feb 12, 2026 by Pulumi
published on Thursday, Feb 12, 2026 by Pulumi
