mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
testing infrastructure, issue #1800: Refactor docker testing using Docker in Docker
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user