add idstools to docker registry for importpcap node

This commit is contained in:
m0duspwnens
2020-08-11 16:29:35 -04:00
parent 53b4a73bb9
commit 6260a0aeaa

View File

@@ -721,6 +721,7 @@ docker_seed_registry() {
if [ "$install_type" == 'IMPORTPCAP' ]; then if [ "$install_type" == 'IMPORTPCAP' ]; then
local TRUSTED_CONTAINERS=(\ local TRUSTED_CONTAINERS=(\
"so-logstash:$VERSION" \ "so-logstash:$VERSION" \
"so-idstools:$VERSION" \
"so-nginx:$VERSION" \ "so-nginx:$VERSION" \
"so-filebeat:$VERSION" \ "so-filebeat:$VERSION" \
"so-suricata:$VERSION" \ "so-suricata:$VERSION" \