Skip to content

feat: add Hickory DNS server module#472

Open
gibbz00 wants to merge 2 commits into
testcontainers:mainfrom
gibbz00:hickory_dns
Open

feat: add Hickory DNS server module#472
gibbz00 wants to merge 2 commits into
testcontainers:mainfrom
gibbz00:hickory_dns

Conversation

@gibbz00
Copy link
Copy Markdown

@gibbz00 gibbz00 commented May 1, 2026

No description provided.

Copy link
Copy Markdown
Contributor

@mervyn-mccreight mervyn-mccreight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! Just a small thought from my side regarding the default tag.

Comment thread src/hickory_dns/mod.rs
};

const NAME: &str = "hickorydns/hickory-dns";
const TAG: &str = "latest";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We avoid using latest as the default, because like this what the module provides can break in the future when there are updates in the image that would need changes here (e.g. the waiting condition).

What we usually do is reference a fixed release version here and only update it if we need to (e.g. in the example above where we need to change something to be compatible).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants