aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-ads/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/unbound-ads/Dockerfile')
-rw-r--r--src/unbound-ads/Dockerfile8
1 files changed, 8 insertions, 0 deletions
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"]