Use debian?

This commit is contained in:
j 2025-07-01 14:12:21 +10:00
parent d7c48e1058
commit cf79dc228d

View file

@ -102,12 +102,12 @@ spec:
fsGroup: 999 # allow group access to volumes for named user
initContainers:
- name: fetch-root-hints
image: alpine:latest
image: debian:12
command:
- sh
- -c
- |
apk add --no-cache curl && \
apt update && apt -y install curl
curl -sfSL https://www.internic.net/domain/named.cache -o /usr/share/dns/root.hints
# Uncomment below to hold the container open for debugging:
# tail -f /dev/null