Unbound is a validating, recursive, and caching DNS resolver.
10K+
This is a unbound OCI image built using https://github.com/NLnetLabs/unbound.
This image has a fully setup unbound server that is configured for Recursive Resolution (It does not use any other DNS provider just the dns roots). It also blocks Ad and malware domains.
Base image is alpine:latest.
The image is available on Docker Hub here
Source code and pipeline can be found here
The image is signed using cosign from sigstore.
You can verify the signature with:
cosign verify --key cosign.pub chimbosonic/unbound:latest
Feel free to change the port and folder that contains your repos.
docker run -it --rm -p 5353:5353 --name unbound -t chimbosonic/unbound:latest
Please read docker-compose.yml before running the following
docker-compose up -d
This should make unbound available on port 53
This will build the container.
make build
The default config inside this container has been made to suit my needs:
You can overwite these by mounting /var/unbound/etc and putting in your configs inside the mounted volume. Or changing the config and building the image yourself using make build
Content type
Image
Digest
sha256:07bff3720…
Size
17.4 MB
Last updated
1 day ago
docker pull chimbosonic/unbound