ci: the container gate and the version parse move into a compiled tool

This commit is contained in:
2026-08-15 12:24:05 +02:00
parent 3c794b645b
commit fc60214b3e
6 changed files with 1111 additions and 190 deletions
+4
View File
@@ -35,3 +35,7 @@ Regenerate with:
```sh
openssl ecparam -name prime256v1 -genkey -noout -out mismatched_key.pem
```
`container-smoke.zon` is the smallest configuration that lets the daemon reach
`serving`. `tools/container_check.zig` copies it into the smoke container, which
is the only thing that reads it.
+4
View File
@@ -0,0 +1,4 @@
.{
.groups = .{ .{ .name = "default" } },
.upstreams = .{ .{ .url = "https://cloudflare-dns.com/dns-query" } },
}