From d97dbb45fc499f0e7b42445c240acf5070262d43 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 19 Apr 2025 15:15:25 -0700 Subject: chore: rename unbound -> unbound-ads --- src/unbound-ads/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unbound-ads/Dockerfile (limited to 'src/unbound-ads/Dockerfile') diff --git a/src/unbound-ads/Dockerfile b/src/unbound-ads/Dockerfile new file mode 100644 index 0000000..7d3b69b --- /dev/null +++ b/src/unbound-ads/Dockerfile @@ -0,0 +1,8 @@ +ARG BASE_VER=latest +FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} + +COPY bin/entrypoint.sh /usr/bin/entrypoint.sh +COPY etc/unbound.base.conf /etc/unbound/unbound.conf.d/unbound.base.conf +RUN install_deb unbound + +ENTRYPOINT ["/usr/bin/entrypoint.sh"] -- cgit v1.2.3