Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ make build
```

`scripts/build` also cross-compiles `windows/amd64`. The Windows Server 2022
Catalog uses `ghcr.io/pasturestack/internal-dns-windows:v0.17.12-windows-ltsc2022`;
the Linux image remains independently versioned.
Catalog uses the pure numeric coordinate
`ghcr.io/pasturestack/internal-dns-windows:v0.17.12`. It is an exact manifest
alias of the already reviewed Windows build
(`sha256:91d5147cc9ec20a8b9f8cc91745d620cc916b730645b8064a7c49f5f6a0d5c90`),
so the naming correction does not change image bytes. The Linux image remains
independently versioned.

Linux integration tests require `bats`, `dig`, free local TCP/UDP port 15353, and controlled recursive DNS access:

Expand Down