aboutsummaryrefslogtreecommitdiff
path: root/src/unbound/Dockerfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-04-19 15:15:25 -0700
committerMax Resnick <max@ofmax.li>2025-04-19 15:15:25 -0700
commitd97dbb45fc499f0e7b42445c240acf5070262d43 (patch)
treeac8f07dc9429c13867b1eabe527ea56499ab03ae /src/unbound/Dockerfile
parentc45ec331f469eb3f4165dbf3a77873c6f93d8f9d (diff)
downloadgrumpy-containers-d97dbb45fc499f0e7b42445c240acf5070262d43.tar.gz
chore: rename unbound -> unbound-ads
Diffstat (limited to 'src/unbound/Dockerfile')
-rw-r--r--src/unbound/Dockerfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/unbound/Dockerfile b/src/unbound/Dockerfile
deleted file mode 100644
index 7d3b69b..0000000
--- a/src/unbound/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-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"]