pschiffe / docker-pdns

Docker images for PowerDNS
MIT License
274 stars 81 forks source link

Versioning should follow PDNS versioning... #115

Closed wargamez closed 10 months ago

wargamez commented 1 year ago

It would be great if the docker images and release tags here could follow the same versioning as PDNS e.g 4.7.4 Ref: https://doc.powerdns.com/authoritative/changelog/

This way it would be so much easier knowing exactly which version we are on. Also any plans for an 4.8.1 image?

/E

pschiffe commented 10 months ago

Hi @wargamez, thanks for the suggestion. This is a little bit tricky to achieve in this case, as I'm not compiling the PDNS myself, but using the pre-compiled packages of PDNS from Fedora and Alpine. The best balance here for now is to track the minor version in the tags and ignore the patch version. The patch version is visible in the docker logs or in the output of Github action used to build the images, here in this repo.

PDNS 4.8.3 was just pushed to the docker hub under tags latest and alpine, 4.8 tag will follow soon.