Use debian?
This commit is contained in:
parent
d7c48e1058
commit
cf79dc228d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue