Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
vncloudsco authored May 1, 2024
1 parent dbc34b9 commit cd5c8e7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,13 @@ jobs:
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
cd internal-enrichment/yara && docker buildx build --platform linux/amd64,linux/arm64 -t vouu/internal-yara-dns:30-04-2024 . --push
- name: Build and Push Docker Image for internal-enrichment/hostio
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
cd internal-enrichment/hostio && docker buildx build --platform linux/amd64,linux/arm64 -t vouu/internal-hostio:30-04-2024 . --push
- name: Build and Push Docker Image for internal-enrichment/unpac-me
run: |
docker buildx create --use
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
cd internal-enrichment/unpac-me && docker buildx build --platform linux/amd64,linux/arm64 -t vouu/internal-unpac-me:30-04-2024 . --push
2 changes: 1 addition & 1 deletion internal-enrichment/hostio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-hostio:
image: opencti/connector-hostio:6.0.10
image: vouu/internal-hostio:30-04-2024
environment:
- OPENCTI_URL=http://opencti:8080
- 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:6.0.10
image: vouu/internal-unpac-me:30-04-2024
environment:
- OPENCTI_URL=ChangeMe
- OPENCTI_TOKEN=ChangeMe
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/urlscan-enrichment/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-urlscan-enrichment:
image: opencti/connector-urlscan-enrichment:6.0.10
image: vouu/urlscan-enrichment:30-04-2024
environment:
- CONNECTOR_NAME=connector-urlscanio
- CONNECTOR_SCOPE=Url,Domain-Name,Hostname
Expand Down
2 changes: 1 addition & 1 deletion internal-enrichment/yara/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
connector-yara:
image: opencti/connector-yara:6.0.10
image: vouu/internal-yara-dns:30-04-2024
environment:
- OPENCTI_URL=http://localhost
- OPENCTI_TOKEN=ChangeMe
Expand Down

0 comments on commit cd5c8e7

Please sign in to comment.