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