Releases: madnuttah/unbound-docker
Releases · madnuttah/unbound-docker
1.19.1-1
2024-02-14
- The UID and GID can be overridden by setting environment variables in your docker-compose file or shell. Thanks to @kernbug for suggesting. Check the examples to learn how this works. You need to remove the username in your unbound.conf like so
username=""
or there will be warnings in your log. - AWK and SED has been added to the image (needed for statistics via healthcheck), ash has been removed
1.19.1-0
2024-02-13
- Chroot never functioned properly. Many thanks to @kernbug for reporting this issue. I thought it's sufficient to set an entry in the unbound.conf. I was wrong.
- Libevent will not be compiled by myself anymore
- As I'm facing issues with my openssl-buildenv, the OpenSSL libraries will be installed until I have time to fix the problem. My apologies.
- The image is distroless now, so no need for chroot, see issue #47. Many changes took place. If you encouter issues, bear with me. Thanks for your support.
- I've moved some examples around, some links may be broken
1.19.0-5
2024-01-30
- Updated build environments to Alpine Linux 3.19.1
- Updated build environments to OpenSSL 3.2.1
- Rebuilt Unbound base image with updated build environment
- Removed unnecessary "latest" tags from build envs since pinned tags are used
Full Changelog: v1.19.0-4...v1.19.0-5
1.19.0-4
2024-01-27
- Updated Unbound image to Alpine Linux 3.19.1
- Updated auth-zone b.root-servers.net addresses in the image's default unbound.conf and in the auth-zone.conf example, see NLnetLabs/unbound#993
- add self build script and documentation by @madmartin in #43
- enhance docker-compose examples by @madmartin in #44
New Contributors
- @madmartin made their first contribution in #43
Full Changelog: v1.19.0-3...v1.19.0-4
1.19.0-3
1.19.0-2
1.19.0-1
1.19.0
1.19.0rc1
2023-11-02
- Updated Unbound to 1.19.0rc1
- Added GPG signature to sign and verify my commits