forked from azurecr-test/Task_BVT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
msitask-df.yaml
10 lines (10 loc) · 963 Bytes
/
msitask-df.yaml
1
2
3
4
5
6
7
8
9
10
version: v1.1.0
steps:
- build: -t $Registry/hello-world:$ID . -f hello-world.dockerfile
cache: enabled
- push:
- $Registry/hello-world:$ID
- cmd: az cloud register -n dogfood --endpoint-active-directory https://login.windows-ppe.net --endpoint-active-directory-graph-resource-id https://graph.ppe.windows.net/ --endpoint-active-directory-resource-id https://management.core.windows.net/ --endpoint-gallery https://current.gallery.azure-test.net/ --endpoint-management https://management.core.windows.net/ --endpoint-resource-manager https://api-dogfood.resources.windows-int.net/ --suffix-storage-endpoint core.test-cint.azure-test.net --suffix-keyvault-dns .vault-int.azure-int.net --suffix-acr-login-server-endpoint .azurecr-test.io --endpoint-sql-management "https://management.core.windows.net:8443/"
- cmd: az cloud set -n dogfood
- cmd: az login --identity
- cmd: az acr repository show-tags -n $RegistryName --repository hello-world