1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

testing infrastructure, issue #1800: Refactor docker testing using Docker in Docker

This commit is contained in:
Daniel Mizyrycki 2013-10-18 09:27:34 -07:00
parent 9990db2f5a
commit 50dd9791f7

View file

@ -138,6 +138,9 @@ sudo('curl -s https://phantomjs.googlecode.com/files/'
# Preventively reboot docker-ci daily
sudo('ln -s /sbin/reboot /etc/cron.daily')
# Preventively reboot docker-ci daily
sudo('ln -s /sbin/reboot /etc/cron.daily')
# Build docker-ci containers
sudo('cd {}; docker build -t docker .'.format(DOCKER_PATH))
sudo('cd {}/nightlyrelease; docker build -t dockerbuilder .'.format(