Merge pull request #265 from thomasleveil/makefile

makefile: add target to update docker images tests depend on
This commit is contained in:
Jason Wilder 2015-10-17 16:12:05 -06:00
commit defed25585
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

View file

@ -10,12 +10,7 @@ dependencies:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- docker pull jwilder/docker-gen
- docker pull nginx
- docker pull python:3
- docker pull rancher/socat-docker
- docker pull appropriate/curl
- docker pull docker:1.7
- make update-dependencies
test:
override: