Madnuttah Unbound Docker Versions Save

🛡️ This distroless Unbound Docker image is based on Alpine Linux with focus on security, privacy, performance and a small image size. And with Pi-hole in mind.

v1.19.3-2

1 month ago

2024-04-09

What's Changed?

  • Updated to OpenSSL 3.3.0

v1.19.3-1

1 month ago

2024-03-15

What's Changed?

  • Implemented my per architecture optimized libraries from my also automated built OpenSSL build environment - as promised. The current OpenSSL version is 3.2.1, the buildenv's version is 3.2.1-0
  • Renamed and optimized dockerfiles
  • Optimized timing of the automated jobs
  • Improved documentation

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.3-0...v1.19.3-1

v1.19.3-0

1 month ago

2024-03-14

What's Changed?

  • Updated Unbound to version 1.19.3

v1.19.2-0

2 months ago

2024-03-07

What's Changed?

  • Updated Unbound to version 1.19.2

v1.19.1-6

2 months ago

2024-02-28

What's Changed

  • Improved healthcheck script
  • Added grep
  • The CD pipeline should now sign commits, tags and releases according to the repo policies
  • Added @madnuttah-bot for signing

Fixes

  • Dockerfile and documentation fixes and improvements

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.1-5...v1.19.1-6

v1.19.1-5

2 months ago

2024-02-26

⚠️ Important!

To prevent compatibility issues, I needed to change the names of the variables I used for the Unbound uid/gid.

It's now:

UNBOUND_UID instead of UID
UNBOUND_GID instead of GID

Please change the entries in your compose files. I am sorry for any inconvenience ❤️.

What's Changed

  • Added NLnet Labs Drill as @kernbug suggested.

Fixes

  • Dockerfile and documentation fixes and improvements

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.1-4...v1.19.1-5

v1.19.1-4

2 months ago

2024-02-20

What's Changed

  • Added manually-build-unbound.yaml

Fixes

  • @KernBug found some more issues with the healthcheck and unbound.conf which got fixed, the healthcheck probes for opened unbound ports
  • @JaneDilbert and @jata1 found some documentation flaws which got fixed and the instructions extended

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.1-3...v1.19.1-4

v1.19.1-3

2 months ago

2024-02-15

What's Changed

  • Fixed healthcheck.sh reported in #50, thanks to @ThaDaVos for the heads-up
  • Optimized Dockerfile and removed unnecessary ARGs

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.1-3...v1.19.1-3

v1.19.1-2

2 months ago

2024-02-14

What's Changed

New Contributors

Full Changelog: https://github.com/madnuttah/unbound-docker/compare/v1.19.1-1...v1.19.1-2

v1.19.1-1

2 months ago

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