gitextract_umt5drn5/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ ├── feature_request.md │ │ └── roadmap-template.yml │ └── workflows/ │ ├── nodejs.yml │ └── stale.yml ├── .gitignore ├── LICENSE.txt ├── README.md ├── SECURITY.md ├── docs/ │ ├── .gitignore │ ├── .vuepress/ │ │ └── config.js │ ├── AAD-OAuth.md │ ├── FAQ.md │ ├── README.md │ ├── Token-BasicAuth.md │ ├── Troubleshooting Guide.md │ ├── acr-roadmap.md │ ├── aks-acr-across-tenants.md │ ├── artifact-media-types.json │ ├── blog/ │ │ ├── abac-repo-permissions.md │ │ ├── connected-registry.md │ │ └── teleport.md │ ├── container-registry-consuming-public-content.md │ ├── container-registry-oras-artifacts.md │ ├── contributing-to-pages.md │ ├── custom-domain/ │ │ ├── README.md │ │ └── deprecated/ │ │ ├── docker-vm-deploy/ │ │ │ ├── azuredeploy.json │ │ │ ├── azuredeploy.parameters.json │ │ │ ├── deploy-nginx-docker.sh │ │ │ ├── deploy.ps1 │ │ │ ├── docker-compose.yml.template │ │ │ ├── nginx.conf.template │ │ │ └── setup-certs.sh │ │ ├── key-vault-setup/ │ │ │ ├── ensure-vault.ps1 │ │ │ └── upload-cert.ps1 │ │ └── registry-setup-deprecated.md │ ├── deploy.sh │ ├── http-headers.md │ ├── image-signing.md │ ├── image-transfer/ │ │ ├── ExportPipelines/ │ │ │ ├── azuredeploy.json │ │ │ └── azuredeploy.parameters.json │ │ ├── ImportPipelines/ │ │ │ ├── azuredeploy.json │ │ │ └── azuredeploy.parameters.json │ │ ├── PipelineRun/ │ │ │ ├── PipelineRun-Export/ │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ └── PipelineRun-Import/ │ │ │ ├── azuredeploy.json │ │ │ └── azuredeploy.parameters.json │ │ └── README.md │ ├── integration/ │ │ ├── CircleCI.md │ │ ├── change-analysis/ │ │ │ └── README.md │ │ └── github-actions/ │ │ ├── Dockerfile │ │ ├── github-actions.md │ │ └── main.workflow │ ├── move-repositories-to-new-registry/ │ │ └── README.md │ ├── package.json │ ├── preview/ │ │ ├── abac-repo-permissions/ │ │ │ └── README.md │ │ ├── artifact-streaming/ │ │ │ └── README.md │ │ ├── connected-registry/ │ │ │ ├── README.md │ │ │ ├── connected-registry-error-codes.md │ │ │ ├── intro-connected-registry.md │ │ │ ├── overview-connected-registry-access.md │ │ │ ├── overview-connected-registry-and-iot-edge.md │ │ │ ├── quickstart-connected-registry-cli.md │ │ │ ├── quickstart-deploy-connected-registry-iot-edge-cli.md │ │ │ ├── quickstart-deploy-connected-registry-kubernetes-v2.md │ │ │ ├── quickstart-deploy-connected-registry-kubernetes.md │ │ │ ├── quickstart-deploy-connected-registry-nested-iot-edge-cli.md │ │ │ ├── quickstart-pull-images-from-connected-registry.md │ │ │ ├── quickstart-send-connected-registry-events-to-event-grid.md │ │ │ ├── quickstart-view-connected-registry-repos-and-tags.md │ │ │ ├── release-notes.md │ │ │ └── troubleshooting.md │ │ ├── continuous-patching/ │ │ │ └── README.md │ │ ├── quarantine/ │ │ │ ├── quarantine-details/ │ │ │ │ ├── example.json │ │ │ │ └── schema.json │ │ │ └── readme.md │ │ └── regional-endpoints/ │ │ └── regional-endpoints.md │ ├── roles-and-permissions.md │ ├── tasks/ │ │ ├── agentpool/ │ │ │ └── README.md │ │ ├── buildx/ │ │ │ ├── README.md │ │ │ ├── bootstrap.yaml │ │ │ ├── build.yaml │ │ │ ├── build_with_cache.yaml │ │ │ └── build_with_cache_2.yaml │ │ ├── container-registry-tasks-overview.md │ │ ├── container-registry-tasks-walkthrough.md │ │ ├── run-as-deployment/ │ │ │ ├── README.md │ │ │ ├── quickdockerbuild/ │ │ │ │ ├── README.md │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ ├── quickdockerbuild-on-existing-registry/ │ │ │ │ ├── README.md │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ ├── quickdockerbuildusingidentitykeyvault/ │ │ │ │ ├── README.md │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ ├── quickdockerbuildwithidentity/ │ │ │ │ ├── README.md │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ ├── quickrun/ │ │ │ │ ├── README.md │ │ │ │ ├── azuredeploy.json │ │ │ │ └── azuredeploy.parameters.json │ │ │ └── taskrun/ │ │ │ ├── README.md │ │ │ ├── azuredeploy.json │ │ │ └── azuredeploy.parameters.json │ │ └── triggers/ │ │ └── private-base-image-update.md │ └── teleport/ │ ├── README.md │ ├── aks-getting-started.md │ ├── aks-teleport-comparison.md │ ├── check-expansion.sh │ ├── collecting-teleportd-logs-aks.md │ ├── edit-teleport-attribute.sh │ ├── find-teleport-enabled-repositories.sh │ ├── samples/ │ │ ├── azure-vote-shuttle.yaml │ │ └── azure-vote-teleport.yaml │ └── teleport-repository-management.md ├── notifications/ │ ├── README.md │ └── helm-repo-failure-20200918-.md └── samples/ ├── dotnetcore/ │ ├── image-transfer/ │ │ ├── ContainerRegistryTransfer/ │ │ │ ├── Clients/ │ │ │ │ ├── ExportClient.cs │ │ │ │ └── ImportClient.cs │ │ │ ├── ContainerRegistryTransfer.csproj │ │ │ ├── Helpers/ │ │ │ │ ├── AzureHelper.cs │ │ │ │ ├── IdentityHelper.cs │ │ │ │ └── KeyVaultHelper.cs │ │ │ ├── Models/ │ │ │ │ ├── Options.cs │ │ │ │ ├── PipelineConfig.cs │ │ │ │ └── PipelineRunConfig.cs │ │ │ ├── Program.cs │ │ │ └── appsettings.json │ │ ├── ContainerRegistryTransfer.sln │ │ └── README.md │ └── registry-artifact-transfer/ │ ├── README.md │ └── src/ │ ├── Configurations/ │ │ ├── AzureEnvironmentConfiguration.cs │ │ ├── ExportConfiguration.cs │ │ ├── IdentityConfiguration.cs │ │ ├── ImportConfiguration.cs │ │ ├── RegistryConfiguration.cs │ │ ├── SourceRegistryConfiguration.cs │ │ └── TransferDefinition.cs │ ├── Program.cs │ ├── Registry.cs │ ├── RegistryArtifactTransfer.csproj │ ├── RepositoryProvider/ │ │ ├── CatalogApiResponse.cs │ │ ├── HttpMessageExtensions.cs │ │ ├── RepositoryProviderV2.cs │ │ └── TagListApiResponse.cs │ ├── ResourceId.cs │ ├── TaskExtensions.cs │ ├── Transfer/ │ │ ├── ArtifactProvider.cs │ │ ├── BlobCopier.cs │ │ ├── ExportJob.cs │ │ ├── ExportWorker.cs │ │ ├── ImportJob.cs │ │ ├── ImportWorker.cs │ │ ├── TransferClient.cs │ │ └── TransferJobStatus.cs │ ├── TransferReport.cs │ ├── TransferResult.cs │ └── transferdefinition.json └── java/ └── task/ ├── .factorypath ├── .gitignore ├── Dockerfile ├── README.md ├── acb.yaml ├── pom.xml └── src/ └── main/ └── java/ └── com/ └── microsoft/ └── azure/ └── management/ └── containerregistry/ └── samples/ └── ManageTask.java