mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Add a docker image for dnsutils
This commit is contained in:
parent
ec8ba4a62f
commit
07df69d339
6
contrib/for-tests/dnsutils/Dockerfile
Normal file
6
contrib/for-tests/dnsutils/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM debian:wheezy
|
||||||
|
MAINTAINER Tim Hockin "thockin@google.com"
|
||||||
|
|
||||||
|
RUN apt-get -q update && \
|
||||||
|
apt-get install -y dnsutils && \
|
||||||
|
apt-get clean
|
8
contrib/for-tests/dnsutils/Makefile
Normal file
8
contrib/for-tests/dnsutils/Makefile
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
all:
|
||||||
|
@echo "try 'make image' or 'make push'"
|
||||||
|
|
||||||
|
image:
|
||||||
|
docker build -t gcr.io/google_containers/dnsutils .
|
||||||
|
|
||||||
|
push:
|
||||||
|
gcloud preview docker push gcr.io/google_containers/dnsutils
|
Loading…
Reference in New Issue
Block a user