mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Fix Docker List
This commit is contained in:
@@ -64,7 +64,7 @@ if [ $MANAGERCHECK != 'so-helix' ]; then
|
|||||||
"so-thehive-cortex:$VERSION" \
|
"so-thehive-cortex:$VERSION" \
|
||||||
"so-curator:$VERSION" \
|
"so-curator:$VERSION" \
|
||||||
"so-domainstats:$VERSION" \
|
"so-domainstats:$VERSION" \
|
||||||
"so-elastalert$VERSION" \
|
"so-elastalert:$VERSION" \
|
||||||
"so-elasticsearch:$VERSION" \
|
"so-elasticsearch:$VERSION" \
|
||||||
"so-filebeat:$VERSION" \
|
"so-filebeat:$VERSION" \
|
||||||
"so-fleet:$VERSION" \
|
"so-fleet:$VERSION" \
|
||||||
@@ -84,7 +84,10 @@ if [ $MANAGERCHECK != 'so-helix' ]; then
|
|||||||
"so-soc:$VERSION" \
|
"so-soc:$VERSION" \
|
||||||
"so-soctopus:$VERSION" \
|
"so-soctopus:$VERSION" \
|
||||||
"so-steno:$VERSION" \
|
"so-steno:$VERSION" \
|
||||||
"so-strelka:$VERSION" \
|
"so-strelka-frontend:$VERSION" \
|
||||||
|
"so-strelka-manager:$VERSION" \
|
||||||
|
"so-strelka-backend:$VERSION" \
|
||||||
|
"so-strelka-filestream:$VERSION" \
|
||||||
"so-suricata:$VERSION" \
|
"so-suricata:$VERSION" \
|
||||||
"so-telegraf:$VERSION" \
|
"so-telegraf:$VERSION" \
|
||||||
"so-thehive:$VERSION" \
|
"so-thehive:$VERSION" \
|
||||||
|
|||||||
@@ -106,6 +106,10 @@ update_dockers() {
|
|||||||
"so-soctopus" \
|
"so-soctopus" \
|
||||||
"so-steno" \
|
"so-steno" \
|
||||||
"so-strelka" \
|
"so-strelka" \
|
||||||
|
"so-strelka-frontend" \
|
||||||
|
"so-strelka-manager" \
|
||||||
|
"so-strelka-backend" \
|
||||||
|
"so-strelka-filestream" \
|
||||||
"so-suricata" \
|
"so-suricata" \
|
||||||
"so-telegraf" \
|
"so-telegraf" \
|
||||||
"so-thehive" \
|
"so-thehive" \
|
||||||
@@ -142,7 +146,7 @@ update_version() {
|
|||||||
# Update the version to the latest
|
# Update the version to the latest
|
||||||
echo "Updating the version file."
|
echo "Updating the version file."
|
||||||
echo $NEWVERSION > /etc/soversion
|
echo $NEWVERSION > /etc/soversion
|
||||||
sed -i 's/$INSTALLEDVERSION/$NEWVERISON/g' /opt/so/saltstack/local/pillar/static.sls
|
sed -i 's/$INSTALLEDVERSION/$NEWVERSION/g' /opt/so/saltstack/local/pillar/static.sls
|
||||||
}
|
}
|
||||||
|
|
||||||
upgrade_check() {
|
upgrade_check() {
|
||||||
|
|||||||
Reference in New Issue
Block a user