You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-registry/container-registry-faq.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,9 +412,8 @@ Configure the Docker proxy to output of the previous command and the port 8888 (
412
412
413
413
-[How do I batch cancel runs?](#how-do-i-batch-cancel-runs)
414
414
-[How do I include the .git folder in az acr build command?](#how-do-i-include-the-git-folder-in-az-acr-build-command)
415
-
-[Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitLab-for-source-commit-trigger)
416
-
-[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)
415
+
-[Does Tasks support GitLab for Source commit trigger?](#does-tasks-support-gitlab-for-source-commit-trigger)
416
+
-[What git repository management service does Tasks support?](#what-git-repository-management-service-does-tasks-support)
If you pass a local source folder to the `az acr build` command, the `.git` folder is excluded from the uploaded package by default. You can create a `.dockerignore` file with the following setting. It tells the command to restore all files under `.git` in the uploaded package.
431
430
432
-
```
431
+
```sh
433
432
!.git/**
434
433
```
435
434
@@ -439,24 +438,26 @@ This setting also applies to the `az acr run` command.
439
438
440
439
We currently do not support GitLab for Source commit trigger.
441
440
442
-
### ERROR: No access was configured for the VM, hence no subscriptions were found.
443
-
444
-
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.
445
-
446
441
### What git repository management service does Tasks support?
447
-
| Git service | Source context | Manual build | Auto build through commit trigger |
442
+
443
+
| Git service | Source context | Manual build | Auto build through commit trigger |
| 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 |
448
+
| BitBucket |https://[email protected]/user/mayapp-repo.git#mybranch:myfolder| Yes | No |
449
+
450
+
## Run Error Message Troubleshooting
451
+
452
+
| Error message | Troubleshooting guide |
453
+
|---|---|
454
+
|No access was configured for the VM, hence no subscriptions were found|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.|
0 commit comments