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.1-1

3 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

v1.19.1-0

3 months ago

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 https://github.com/madnuttah/unbound-docker/issues/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

v1.19.0-5

3 months ago

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: https://github.com/madnuttah/unbound-docker/compare/v1.19.0-4...v1.19.0-5

v1.19.0-4

3 months ago

2024-01-27

New Contributors

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

v1.19.0-3

5 months ago

2023-12-08

  • Updated build environments and Unbound base image to Alpine Linux 3.19.0
  • Added another build stage to reduce image layers to the Unbound dockerfile
  • Pinned tags of the corresponding build environments for improved reproducibility

v1.19.0-2

5 months ago

2023-12-01

  • Updated Build Environments and Unbound base to Alpine Linux 3.18.5
  • Optimized OpenSSL Dockerfiles
  • Optimized Unbound Dockerfile
  • Further reduced image size and attack surface

v1.19.0-1

5 months ago

2023-11-23

  • Updated Build Environments and Unbound to OpenSSL 3.2.0
  • Added forgotten --enable-cachedb

v1.19.0

6 months ago

2023-11-08

  • Updated Unbound to 1.19.0

v1.19.0rc1

6 months ago

2023-11-02

  • Updated Unbound to 1.19.0rc1
  • Added GPG signature to sign and verify my commits

v1.18.0-3

6 months ago

2023-10-24

  • Updated Build Environments and Unbound to OpenSSL 3.1.4