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.20.0-3

1 week ago

2024-06-09

What's Changed

  • Introduced optional environment variable DISABLE_SET_PERMS to provide an optional full rootless mode, see the optional environment variables on the details page. The behavior is the same as it was before v1.20.0-2 if set to true and user _unbound is defined.

v1.20.0-2

1 week ago

2024-06-08

What's Changed

v1.20.0-1

1 week ago

2024-06-04

What's Changed

New Contributors

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

v1.20.0-0

1 month ago

2024-05-08

What's Changed?

  • Updated Unbound to version 1.20.0

NLnet Labs Unbound changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.20.0

v1.19.3-2

2 months ago

2024-04-09

What's Changed?

  • Updated to OpenSSL 3.3.0

v1.19.3-1

3 months 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

3 months ago

2024-03-14

What's Changed?

  • Updated Unbound to version 1.19.3

v1.19.2-0

3 months ago

2024-03-07

What's Changed?

  • Updated Unbound to version 1.19.2

v1.19.1-6

3 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

3 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