Archived
11
0
Fork 0

makefile: update docker images before running tests

This commit is contained in:
Thomas LEVEIL 2015-10-14 19:34:30 +00:00
parent 1ea74e9b0a
commit 66d401c075
2 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,14 @@
.SILENT :
.PHONY : test
update-dependencies:
docker pull jwilder/docker-gen:latest
docker pull nginx:latest
docker pull python:3
docker pull rancher/socat-docker:latest
docker pull appropriate/curl:latest
docker pull docker:1.7
test:
docker build -t jwilder/nginx-proxy:bats .
bats test