Skip to content

Commit

Permalink
bump development for v24.01.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 21, 2023
1 parent d5e2cef commit 08283ac
Show file tree
Hide file tree
Showing 33 changed files with 175 additions and 175 deletions.
46 changes: 23 additions & 23 deletions docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ x-logging:

services:
opensearch:
image: ghcr.io/idaholab/malcolm/opensearch:23.12.1
image: ghcr.io/idaholab/malcolm/opensearch:24.01.0
# Technically the "hedgehog" profile doesn't have OpenSearch, but in that case
# OPENSEARCH_PRIMARY will be set to remote, which means the container will
# start but not actually run OpenSearch. It's included in both profiles to
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
retries: 3
start_period: 180s
dashboards-helper:
image: ghcr.io/idaholab/malcolm/dashboards-helper:23.12.1
image: ghcr.io/idaholab/malcolm/dashboards-helper:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
retries: 3
start_period: 30s
dashboards:
image: ghcr.io/idaholab/malcolm/dashboards:23.12.1
image: ghcr.io/idaholab/malcolm/dashboards:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -112,7 +112,7 @@ services:
retries: 3
start_period: 210s
logstash:
image: ghcr.io/idaholab/malcolm/logstash-oss:23.12.1
image: ghcr.io/idaholab/malcolm/logstash-oss:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -159,7 +159,7 @@ services:
retries: 3
start_period: 600s
filebeat:
image: ghcr.io/idaholab/malcolm/filebeat-oss:23.12.1
image: ghcr.io/idaholab/malcolm/filebeat-oss:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -194,7 +194,7 @@ services:
retries: 3
start_period: 60s
arkime:
image: ghcr.io/idaholab/malcolm/arkime:23.12.1
image: ghcr.io/idaholab/malcolm/arkime:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -228,7 +228,7 @@ services:
retries: 3
start_period: 210s
arkime-live:
image: ghcr.io/idaholab/malcolm/arkime:23.12.1
image: ghcr.io/idaholab/malcolm/arkime:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -261,7 +261,7 @@ services:
- ./arkime/rules:/opt/arkime/rules:ro
- ./pcap:/data/pcap
zeek:
image: ghcr.io/idaholab/malcolm/zeek:23.12.1
image: ghcr.io/idaholab/malcolm/zeek:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -293,7 +293,7 @@ services:
retries: 3
start_period: 60s
zeek-live:
image: ghcr.io/idaholab/malcolm/zeek:23.12.1
image: ghcr.io/idaholab/malcolm/zeek:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -321,7 +321,7 @@ services:
- ./zeek/intel:/opt/zeek/share/zeek/site/intel
- ./zeek/custom:/opt/zeek/share/zeek/site/custom:ro
suricata:
image: ghcr.io/idaholab/malcolm/suricata:23.12.1
image: ghcr.io/idaholab/malcolm/suricata:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -349,7 +349,7 @@ services:
retries: 3
start_period: 120s
suricata-live:
image: ghcr.io/idaholab/malcolm/suricata:23.12.1
image: ghcr.io/idaholab/malcolm/suricata:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -379,7 +379,7 @@ services:
- ./suricata/rules:/opt/suricata/rules:ro
- ./suricata/include-configs:/opt/suricata/include-configs:ro
file-monitor:
image: ghcr.io/idaholab/malcolm/file-monitor:23.12.1
image: ghcr.io/idaholab/malcolm/file-monitor:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -407,7 +407,7 @@ services:
retries: 3
start_period: 60s
pcap-capture:
image: ghcr.io/idaholab/malcolm/pcap-capture:23.12.1
image: ghcr.io/idaholab/malcolm/pcap-capture:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -436,7 +436,7 @@ services:
- ./nginx/ca-trust:/var/local/ca-trust:ro
- ./pcap/upload:/pcap
pcap-monitor:
image: ghcr.io/idaholab/malcolm/pcap-monitor:23.12.1
image: ghcr.io/idaholab/malcolm/pcap-monitor:24.01.0
profiles: ["malcolm", "hedgehog"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -464,7 +464,7 @@ services:
retries: 3
start_period: 90s
upload:
image: ghcr.io/idaholab/malcolm/file-upload:23.12.1
image: ghcr.io/idaholab/malcolm/file-upload:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand All @@ -491,7 +491,7 @@ services:
retries: 3
start_period: 60s
htadmin:
image: ghcr.io/idaholab/malcolm/htadmin:23.12.1
image: ghcr.io/idaholab/malcolm/htadmin:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand All @@ -518,7 +518,7 @@ services:
retries: 3
start_period: 60s
freq:
image: ghcr.io/idaholab/malcolm/freq:23.12.1
image: ghcr.io/idaholab/malcolm/freq:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand All @@ -542,7 +542,7 @@ services:
retries: 3
start_period: 60s
netbox:
image: ghcr.io/idaholab/malcolm/netbox:23.12.1
image: ghcr.io/idaholab/malcolm/netbox:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -576,7 +576,7 @@ services:
retries: 3
start_period: 120s
netbox-postgres:
image: ghcr.io/idaholab/malcolm/postgresql:23.12.1
image: ghcr.io/idaholab/malcolm/postgresql:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand All @@ -602,7 +602,7 @@ services:
retries: 3
start_period: 45s
netbox-redis:
image: ghcr.io/idaholab/malcolm/redis:23.12.1
image: ghcr.io/idaholab/malcolm/redis:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -632,7 +632,7 @@ services:
retries: 3
start_period: 45s
netbox-redis-cache:
image: ghcr.io/idaholab/malcolm/redis:23.12.1
image: ghcr.io/idaholab/malcolm/redis:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down Expand Up @@ -661,7 +661,7 @@ services:
retries: 3
start_period: 45s
api:
image: ghcr.io/idaholab/malcolm/api:23.12.1
image: ghcr.io/idaholab/malcolm/api:24.01.0
profiles: ["malcolm"]
logging: *default-logging
command: gunicorn --bind 0:5000 manage:app
Expand All @@ -688,7 +688,7 @@ services:
retries: 3
start_period: 60s
nginx-proxy:
image: ghcr.io/idaholab/malcolm/nginx-proxy:23.12.1
image: ghcr.io/idaholab/malcolm/nginx-proxy:24.01.0
profiles: ["malcolm"]
logging: *default-logging
restart: "no"
Expand Down
Loading

0 comments on commit 08283ac

Please sign in to comment.