mirror of https://github.com/k3s-io/k3s
Add dnsmasq to test/images/dnsutils
We currently use k8s.gcr.io/k8s-dns-dnsmasq:1.14.5 in the dns_common.go file. Looking deeper, all we need is "/usr/sbin/dnsmasq" from that image. So just enhance the dnsutils image and throw dnsmasq into it. This makes it easier as the dockerfiles/sidecars etc in kubernetes/dns is not really needed. Note that a previous attempt to add manifests to that repo fell through in PR 30 in that repo (since we were moving to coredns). Change-Id: Ia6569b968994348d3b3bd741905300cf47b5808cpull/8/head
parent
6c53d5ee9a
commit
bfafd085cb
|
@ -16,4 +16,4 @@ FROM BASEIMAGE
|
|||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
RUN apk add --no-cache bind-tools
|
||||
RUN apk add --no-cache bind-tools dnsmasq
|
||||
|
|
Loading…
Reference in New Issue