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/deployment-environments/how-to-configure-extensibility-bicep-container-image.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use the ADE extensibility model to build and utilize c
5
5
ms.service: deployment-environments
6
6
author: RoseHJM
7
7
ms.author: rosemalcolm
8
-
ms.date: 05/20/2024
8
+
ms.date: 05/23/2024
9
9
ms.topic: how-to
10
10
11
11
#customer intent: As a developer, I want to learn how to build and utilize custom images within my environment definitions for deployment environments.
@@ -32,9 +32,9 @@ The ADE team provides a selection of images to get you started, including a core
32
32
33
33
You can take one of the following approaches to use container images with ADE:
34
34
35
-
1.Use the standard image directly by configuring runner: Bicep
36
-
2. Build a container image using the script in the repo
37
-
3. Build out the container image manually
35
+
-Use the standard image provided by ADE
36
+
- Customize a container image
37
+
- Build a custom container image using the script provided by ADE
38
38
39
39
Select the appropriate tab to learn more about each approach.
40
40
@@ -57,10 +57,6 @@ The following example shows a runner that references the sample Bicep container
57
57
```
58
58
You can see the standard Bicep container image in the ADE sample repository under the [Runner-Images folder for the ARM-Bicep](https://github.com/Azure/deployment-environments/tree/main/Runner-Images/ARM-Bicep) image.
59
59
60
-
## [Build a container image with a script](#tab/build-a-container-image-with-a-script/)
Before you build the image to be pushed to your registry, ensure the [Docker Engine is installed](https://docs.docker.com/desktop/) on your computer. Then, navigate to the directory of your Dockerfile, and run the following command:
@@ -263,6 +258,10 @@ When authoring environment definitions to use your custom image in their deploym
Copy file name to clipboardExpand all lines: articles/deployment-environments/includes/custom-image-script.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ Microsoft provides a quickstart script to help you get started. The script build
10
10
11
11
To use the script, you must:
12
12
13
-
1.Configure a Dockerfile and scripts folder to support the ADE extensibility model.
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
16
1. Have permissions to push to the specified registry.
17
17
18
-
You can run the script [here](https://github.com/Azure/deployment-environments/blob/custom-runner-private-preview/Runner-Images/quickstart-image-build.ps1).
18
+
You can view the script [here](https://github.com/Azure/deployment-environments/blob/custom-runner-private-preview/Runner-Images/quickstart-image-build.ps1).
19
19
20
20
You can call the script using the following command in PowerShell:
0 commit comments