From ff75c6c588fffce3a527bb8eee477540ed734a3b Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Mon, 13 Mar 2017 10:07:46 +0000 Subject: [PATCH] modify installer for 17.06 --- installer/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install.sh b/installer/install.sh index 297875e2..26f79952 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -353,7 +353,7 @@ esac fuECHO "### Loading docker images. Please be patient, this may take a while." for name in $(cat /root/tpot/data/images.conf) do - docker pull dtagdevsec/$name:latest1610 + docker pull dtagdevsec/$name:1706 done # Let's add the daily update check with a weekly clean interval @@ -389,7 +389,7 @@ tee -a /etc/crontab <:/api delete --filters resource= && alerta --endpoint-url http://:/api send -e IP -r -E Production -s ok -S T-Pot -t \$(cat /data/elk/logstash/mylocal.ip) --status open # Check if updated images are available and download them -27 1 * * * root for i in \$(cat /data/images.conf); do docker pull dtagdevsec/\$i:latest1610; done +27 1 * * * root for i in \$(cat /data/images.conf); do docker pull dtagdevsec/\$i:1706; done # Restart docker service and containers 27 3 * * * root dcres.sh