Skip to content

Commit

Permalink
feat(clearndr): using github stamus image instead of local build
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 30, 2024
1 parent 297b3b3 commit 6ee1e90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 2 additions & 6 deletions data/clearndr/events-stack/events-stack.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ services:
network:

kibana:
build:
context: .
dockerfile: Dockerfile.osd
image: ghcr.io/stamusnetworks/stamus-images/opensearch-dashboards:1.3
container_name: {{template "base-name" .}}-opensearch-dashboards-{{template "suffix-name" .}}
restart: {{ .Values.globals.restartmode | default "unless-stopped" }}
configs:
Expand Down Expand Up @@ -72,9 +70,7 @@ services:
network:

fluentd:
build:
context: .
dockerfile: Dockerfile.fluentd
image: ghcr.io/stamusnetworks/stamus-images/fluentd:1.16
container_name: {{template "base-name" .}}-fluentd-{{template "suffix-name" .}}
command: fluentd -c /fluentd/etc/fluent.conf
configs:
Expand Down
4 changes: 1 addition & 3 deletions data/clearndr/utils/utils.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ services:

{{- if .Values.arkime }}
arkime:
build:
context: ./Arkime
dockerfile: Dockerfile
image: ghcr.io/stamusnetworks/stamus-images/arkime:5.5
container_name: {{template "base-name" .}}-arkime-{{template "suffix-name" .}}
restart: {{ .Values.globals.restartmode | default "unless-stopped" }}
depends_on:
Expand Down

0 comments on commit 6ee1e90

Please sign in to comment.