Commit Graph

10 Commits

Author SHA1 Message Date
Ventz Petkov 6de0c62348 Upgrade to latest alpine which is now 3.10 and thus bind 9.14.3 - thanks to @ikluft for pointing this out. Also, it seems that Alpine 3.10 has removed rndc-config from the bind package, and it's now in bind-tools. 2019-06-26 01:34:19 -04:00
Ventz Petkov 542888918c Hot Fix #1 - https://github.com/ventz/docker-bind/issues/18 2019-05-04 02:51:14 -04:00
Ventz Petkov d44770e9fd Updated for: 9.12.4_p1-r1 - CVE-2018-5743, CVE-2019-6467, and CVE-2019-6468 - https://github.com/ventz/docker-bind/issues/17 2019-05-04 02:25:54 -04:00
Ventz Petkov f585357323 Fix for being able to pass override options to bind from the run commandline - as per @lkollenberger's use case 2018-11-19 16:08:35 -05:00
Ventz Petkov 22307fab9c Cleanup of directory for zones back to /var/cache/bind. Also stable release tag 2018-02-28 10:50:35 -05:00
Ventz Petkov 108554317e Major Upgrade - added very detailed configs for many scenarios, with lots of examples. The server is now fully functional for an authoritative master and a recursive/forwarding cacher. You can still mount over the /etc/bind and /var/bind directories and override everything yourself. This should help many users who did not know where to start with bind. 2018-02-12 23:35:24 -05:00
Ventz Petkov 0518404de9
Merge pull request #8 from tcely/patch-1
Use exec in entrypoint.sh - It seems there are many benefits to this and no downsides. Thanks to @tcely for proposing it, and for @obaarne for confirming it/finding the best practices around it!
2018-01-24 12:03:52 -05:00
tcely e21c57a65d
Upgrade packages before adding bind 2018-01-17 18:55:13 -05:00
tcely 5c903d7d84
Use exec in entrypoint.sh 2018-01-17 18:41:35 -05:00
Ventz Petkov 9a282a87b6 Cleaned up notes, structure, build, supplied run, etc 2017-03-14 04:37:37 -04:00