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
Microsoft provides a quickstart script to help you build your custom image and push it to a registry. The script builds your image and pushes it to a specified Azure Container Registry (ACR) under the repository `ade` and the tag `latest`.
@@ -13,6 +13,7 @@ To use the script, you must:
13
13
1. Create a Dockerfile and scripts folder to support the ADE extensibility model.
14
14
1. Supply a registry name and directory for your custom image.
15
15
1. Have the Azure CLI and Docker Desktop installed and in your PATH variables.
16
+
1. Have Docker Desktop running.
16
17
1. Have permissions to push to the specified registry.
17
18
18
19
You can view the script [here](https://github.com/Azure/deployment-environments/blob/main/Runner-Images/quickstart-image-build.ps1).
0 commit comments