move contrib/for-tests to test/images

This commit is contained in:
Mike Danese
2015-08-13 22:43:57 -07:00
parent a9580a0ad0
commit fa40ced8f8
60 changed files with 21 additions and 13 deletions

View 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

View 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