Skip to content

Commit

Permalink
[all] Fix some docker compose version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Feb 6, 2022
1 parent 3e22f8f commit 374658b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ jobs:
working_directory: ~/opencti/internal-enrichment/intezer-sandbox
name: Build Docker image opencti/connector-intezer-sandbox
command: docker build -t opencti/connector-intezer-sandbox:rolling .
#- run:
# working_directory: ~/opencti/internal-enrichment/hatching-triage-sandbox
# name: Build Docker image opencti/connector-hatching-triage-sandbox
# command: docker build -t opencti/connector-hatching-triage-sandbox:rolling .
- run:
working_directory: ~/opencti/internal-enrichment/hatching-triage-sandbox
name: Build Docker image opencti/connector-hatching-triage-sandbox
command: docker build -t opencti/connector-hatching-triage-sandbox:rolling .
- run:
working_directory: ~/opencti/internal-enrichment/unpac-me
name: Build Docker image opencti/connector-unpac-me
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
docker push opencti/connector-virustotal-livehunt-notifications:rolling
docker push opencti/connector-cape-sandbox:rolling
docker push opencti/connector-intezer-sandbox:rolling
#docker push opencti/connector-hatching-triage-sandbox:rolling
docker push opencti/connector-hatching-triage-sandbox:rolling
docker push opencti/connector-unpac-me:rolling
docker push opencti/connector-ivre:rolling
docker push opencti/connector-malwarebazaar-recent-additions:rolling
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-virustotal-livehunt-notifications:
image: opencti/connector-virustotal-livehunt-notifications:5.0.4
image: opencti/connector-virustotal-livehunt-notifications:5.1.4
environment:
- OPENCTI_URL=http://opencti:8080
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/cape-sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-cape-sandbox:
image: opencti/connector-cape-sandbox:5.0.4
image: opencti/connector-cape-sandbox:5.1.4
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-hatching-triage-sandbox:
image: opencti/connector-hatching-triage-sandbox:5.0.4
image: opencti/connector-hatching-triage-sandbox:5.1.4
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/intezer-sandbox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-intezer-sandbox:
image: opencti/connector-intezer-sandbox:5.0.4
image: opencti/connector-intezer-sandbox:5.1.4
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/ivre/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-ivre:
image: opencti/connector-ivre:5.0.4
image: opencti/connector-ivre:5.1.4
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/unpac-me/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-hatching-triage-sandbox:
image: opencti/connector-unpac-me:5.0.4
image: opencti/connector-unpac-me:5.1.4
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-virustotal-downloader:
image: opencti/connector-virustotal-downloader:5.0.4
image: opencti/connector-virustotal-downloader:5.1.4
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down

0 comments on commit 374658b

Please sign in to comment.