fix(macos-container): start builder with dns

This commit is contained in:
2026-06-10 20:12:45 -04:00
parent 890a146413
commit 5e927bcd13
3 changed files with 94 additions and 4 deletions
+4 -1
View File
@@ -170,7 +170,10 @@ delivery design lands.
- Integration tests run on macOS hosts with Apple Container installed
and verify that egress cannot bypass the sidecar. They also preflight
Apple Container BuildKit DNS because image builds must resolve
package mirrors before a launch smoke can be meaningful.
package mirrors before a launch smoke can be meaningful. The backend
starts/restarts the Apple Container builder with the configured DNS
server before image builds so BuildKit `RUN` steps inherit a working
resolver.
## References