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

@@ -720,7 +720,8 @@ docker_seed_registry() {
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
if [ "$install_type" == 'IMPORTPCAP' ]; then
local TRUSTED_CONTAINERS=(\
"so-logstash:$VERSION" \
"so-logstash:$VERSION" \
"so-idstools:$VERSION" \
"so-nginx:$VERSION" \
"so-filebeat:$VERSION" \
"so-suricata:$VERSION" \