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
|
fsGroup: 999 # allow group access to volumes for named user
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: fetch-root-hints
|
- name: fetch-root-hints
|
||||||
image: alpine:latest
|
image: debian:12
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -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
|
curl -sfSL https://www.internic.net/domain/named.cache -o /usr/share/dns/root.hints
|
||||||
# Uncomment below to hold the container open for debugging:
|
# Uncomment below to hold the container open for debugging:
|
||||||
# tail -f /dev/null
|
# tail -f /dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue