Doc
parent
9eda05afec
commit
f4d438acc3
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3.15.0
|
FROM alpine:3.15.0
|
||||||
|
|
||||||
# Install required dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after
|
# Install dependencies and build unbound (and install bind-tools for dig in healthcheck), clean up after
|
||||||
RUN apk --update add --no-cache alpine-sdk bind-tools dns-root-hints expat-dev git openssl-dev && \
|
RUN apk --update add --no-cache alpine-sdk bind-tools dns-root-hints expat-dev git openssl-dev && \
|
||||||
# Clone and build unbound source (https://github.com/NLnetLabs/unbound)
|
# Clone and build unbound source (https://github.com/NLnetLabs/unbound)
|
||||||
git clone --depth 1 --branch 'release-1.14.0' https://github.com/NLnetLabs/unbound.git /tmp/unbound && \
|
git clone --depth 1 --branch 'release-1.14.0' https://github.com/NLnetLabs/unbound.git /tmp/unbound && \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# A recursive, caching DNS resolver with some optimizations
|
# A recursive, caching DNS resolver with some optimizations
|
||||||
|
|
||||||
Needs to run with `--privileged` to allow increased cache size
|
Might need to run with `--privileged` to allow increased cache size, or # TODO
|
||||||
|
|
||||||
Pull a new version of the image every 3-6 months to keep the provided root hints up to date
|
Pull a new version of the image every 3-6 months to keep the provided root hints up to date
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue