prepare for 17.06 dev env

This commit is contained in:
Marco Ochse
2017-03-13 00:38:43 +00:00
parent 4a67a47a04
commit a98e6bfc53
13 changed files with 13 additions and 13 deletions

View File

@ -51,7 +51,7 @@ sleep 2
# Enable only T-Pot upstart scripts from images.conf and pull the images
for i in $(cat /data/images.conf);
do
docker pull dtagdevsec/$i:latest1610;
docker pull dtagdevsec/$i:1706;
systemctl enable $i;
done