Skip to content

Commit 8f5505b

Browse files
committed
Test build 14
1 parent 4a4db78 commit 8f5505b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/deployment-environments/how-to-configure-extensibility-model-custom-image.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,8 @@ echo "{\"outputs\": $tfOutputs}" > $ADE_OUTPUTS
238238
<!-- ======== PULUMI ==================================================================================================================== -->
239239

240240
::: zone pivot="pulumi"
241-
### [Use a standard container image](#tab/standard/)
242241

243-
### Use a standard container image provided by Pulumi
242+
## Use a standard container image provided by Pulumi
244243

245244
The Pulumi team provides a prebuilt image to get you started, which you can see in the [Runner-Image](https://github.com/pulumi/azure-deployment-environments/tree/main/Runner-Image) folder. This image is publicly available at Pulumi's Docker Hub as [`pulumi/azure-deployment-environments`](https://hub.docker.com/repository/docker/pulumi/azure-deployment-environments), so you can use it directly from your ADE environment definitions.
246245

@@ -257,9 +256,7 @@ templatePath: Pulumi.yaml
257256
258257
You can find a few sample environment definitions in the [Environments folder](https://github.com/pulumi/azure-deployment-environments/tree/main/Environments).
259258
260-
### [Create a custom image](#tab/custom/)
261-
262-
### Create a custom image
259+
## Create a custom image
263260
264261
Creating a custom container image allows you to customize your deployments to fit your requirements. You can create custom images based on the Pulumi standard images, and customize them to meet your requirements. After you complete the image customization, you must build the image and push it to your container registry.
265262
@@ -376,8 +373,6 @@ echo "{\"outputs\": ${stackout:-{\}}}" > $ADE_OUTPUTS
376373
377374
[!INCLUDE [custom-image-manual-build](includes/custom-image-manual-build.md)]
378375
379-
---
380-
381376
::: zone-end
382377
383378
## Make the custom image available to ADE

0 commit comments

Comments
 (0)