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/dev-box/how-to-troubleshoot-custom-image-validation.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,9 +149,12 @@ Common network-related causes of provisioning failures include:
149
149
| Hyper-V generation mismatch | Some deployments might succeed depending on VM size and boot mode | Dev Box requires Generation 2 images |
150
150
151
151
## Validate your Packer configuration against a known good reference example
152
+
153
+
<!-- carmada-dev/demo-images links pinned to commit ea786c6 (2025-10-22). Verify and update SHA if referencing newer repo content. -->
154
+
152
155
The [carmada-dev/demo-images](https://github.com/carmada-dev/demo-images) repository provides a production-ready reference implementation for building Dev Box images with Packer. Compare your configuration against this example. For example:
**Build orchestration** — [_packer/build.pkr.hcl](https://github.com/carmada-dev/demo-images/blob/main/_packer/build.pkr.hcl) shows the complete provisioner sequence including Windows Updates, feature installation, package installation, and finalization.
198
+
**Build orchestration** — [_packer/build.pkr.hcl](https://github.com/carmada-dev/demo-images/blob/ea786c67b65c9c4dc32cc0c2c40fe010d2268ea4/_packer/build.pkr.hcl) shows the complete provisioner sequence including Windows Updates, feature installation, package installation, and finalization.
196
199
197
200
## Troubleshooting: Known issues and solutions
198
201
@@ -269,7 +272,7 @@ The image is not visible to Dev Box for one or more of the following reasons:
269
272
270
273
-**Image not replicated to the Dev Center's region:** The image was built and published to a region different from where the Dev Center is located. Dev Box requires the image to be available in the same region as the Dev Center (or the network connection's region for dev box pools).
271
274
272
-
-**Image definition doesn't meet requirements:** The image definition is missing required metadata (Trusted Launch security type, Gen2, Generalized) and is filtered out silently rather than showing an error.
275
+
-**Image not replicated to the network connection's region (where dev boxes are created):** The image definition is missing required metadata (Trusted Launch security type, Gen2, Generalized) and is filtered out silently rather than showing an error.
0 commit comments