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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ make validate
make build
```

`scripts/build` also cross-compiles `windows/amd64`. The Windows Server 2022
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
`scripts/build` also cross-compiles `windows/amd64`. This repository currently
has no GitHub Release. The Catalog pins the Linux image at
`ghcr.io/pasturestack/internal-dns:v0.17.11` and the Windows Server 2022 image at
`ghcr.io/pasturestack/internal-dns-windows:v0.17.12`; these are independently
versioned container coordinates, not GitHub Release tags. The Windows
coordinate is an exact manifest alias of the already reviewed build
(`sha256:91d5147cc9ec20a8b9f8cc91745d620cc916b730645b8064a7c49f5f6a0d5c90`),
so the naming correction does not change image bytes. The Linux image remains
independently versioned.
so the naming correction did not change image bytes.

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

Expand Down