fix(macos-container): start builder with dns
lint / lint (push) Successful in 1m45s
test / unit (pull_request) Successful in 37s
test / integration (pull_request) Successful in 19s

This commit is contained in:
2026-06-10 20:12:45 -04:00
parent f7f9892b53
commit d123b99347
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