Skip to content

Commit dcfba5a

Browse files
committed
add supported context
1 parent a639867 commit dcfba5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/container-registry/container-registry-faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ Configure the Docker proxy to output of the previous command and the port 8888 (
414414
- [How do I include the .git folder in az acr build command?](#how-do-i-include-the-git-folder-in-az-acr-build-command)
415415
- [Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitLab-for-source-commit-trigger)
416416
- [ERROR: No access was configured for the VM, hence no subscriptions were found.](#error-no-access-was-configured-for-the-vm-hence-no-subscriptions-were-found)
417+
- [What git repository management service does Tasks support?](#what-git-repository-management-service-does-Tasks-support)
417418

418419
### How do I batch cancel runs?
419420

@@ -442,6 +443,14 @@ We currently do not support GitLab for Source commit trigger.
442443

443444
This could happen if you are using `az login --identity` in your ACR Task. This is a transient error and occurs when the role assignment of your Managed Identity hasn't propagated. Waiting a few seconds before retrying works.
444445

446+
### What git repository management service does Tasks support?
447+
| Git service | Source context | Manual build | Auto build through commit trigger |
448+
|---|---|---|---|---|
449+
| GitHub | https://github.com/user/myapp-repo.git#mybranch:myfolder | Yes | Yes |
450+
| Azure Repos | https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder | Yes | Yes |
451+
| GitLab | https://gitlab.com/user/myapp-repo.git#mybranch:myfolder | Yes | No |
452+
| BitBucket | https://[email protected]/user/mayapp-repo.git#mybranch:myfolder | Yes | No |
453+
445454
## CI/CD integration
446455

447456
- [CircleCI](https://github.com/Azure/acr/blob/master/docs/integration/CircleCI.md)

0 commit comments

Comments
 (0)