From c1de2a725cd9f067cacb126744199f15955f0e41 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 8 Feb 2016 16:50:28 +0100 Subject: [PATCH] pull images and replace upstart scripts --- installer/bin/update-images.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installer/bin/update-images.sh b/installer/bin/update-images.sh index 2b4a0f05..6eb3cd3d 100755 --- a/installer/bin/update-images.sh +++ b/installer/bin/update-images.sh @@ -13,9 +13,10 @@ for i in $(ls /data/upstart/); rm -rf /etc/init/$i || true; done -# Setup only T-Pot upstart scripts from images.conf +# Setup only T-Pot upstart scripts from images.conf and pull the images for i in $(cat /data/images.conf); do + docker pull dtagdevsec/$i:latest1603; cp /data/upstart/"$i".conf /etc/init/; done