mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Merge pull request #10266 from ArtfulCoder/kubelet_resolv
update docker's resolv.conf file with options ndots:5
This commit is contained in:
6
contrib/for-tests/jessie-dnsutils/Dockerfile
Normal file
6
contrib/for-tests/jessie-dnsutils/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Abhishek Shah "abshah@google.com"
|
||||
|
||||
RUN apt-get -q update && \
|
||||
apt-get install -y dnsutils && \
|
||||
apt-get clean
|
8
contrib/for-tests/jessie-dnsutils/Makefile
Normal file
8
contrib/for-tests/jessie-dnsutils/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
@echo "try 'make image' or 'make push'"
|
||||
|
||||
image:
|
||||
docker build -t gcr.io/google_containers/jessie-dnsutils .
|
||||
|
||||
push:
|
||||
gcloud docker push gcr.io/google_containers/jessie-dnsutils
|
Reference in New Issue
Block a user