TheHive-Project / TheHive-Project/Cortex-Analyzers
[FR] Include Dockerfile at Analyzer Project level
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 490
- Forks
- 405
- Avg merge
- 2d 43m
- Merged PRs (30d)
- 8
Description
Feature description
Include Dockerfile at project level to allow the creation of local Dockerized analyzers
Describe the solution you'd like
In each Analyzer directory, include a Dockerfile specifying the necessary build steps & entry point, with metadata labels.
Additional context
Doing this will be a great step in the direction this blog post was suggesting: moving from process based analyzer execution to docker based.
It will also address a concern myself and other have expressed by the project's use of docker helper scripts rather than the native Docker deployment system.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Analyzer directories and the existing Docker helper scripts to understand the current build and execution flow. Compare the project structure with the linked Dockerized-analyzers guidance; the work is done when each Analyzer directory has a Dockerfile covering its build steps, entry point, and metadata labels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100