Skip to content

WIP: Add docker_extra_info Docker integration - #3134

Open
doomedraven wants to merge 8 commits into
masterfrom
docker_file_extra_info
Open

WIP: Add docker_extra_info Docker integration#3134
doomedraven wants to merge 8 commits into
masterfrom
docker_file_extra_info

Conversation

@doomedraven

Copy link
Copy Markdown
Collaborator

Introduce a modular Docker integration for file_extra_info tools. Adds ToolDispatcher to route tool executions into per-tool containers (mounted or API gateway modes), sudo_restriction support, shared-volume handling and SDK/subprocess/API fallbacks. Updates run_tool to route eligible binaries into containers, adds mapping of binaries to container names, default config options in processing/integrations, docs and a docker-compose example, pyproject optional docker dependency, and unit tests covering dispatcher behaviors and execution paths.

Introduce a modular Docker integration for file_extra_info tools. Adds ToolDispatcher to route tool executions into per-tool containers (mounted or API gateway modes), sudo_restriction support, shared-volume handling and SDK/subprocess/API fallbacks. Updates run_tool to route eligible binaries into containers, adds mapping of binaries to container names, default config options in processing/integrations, docs and a docker-compose example, pyproject optional docker dependency, and unit tests covering dispatcher behaviors and execution paths.
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

doomedraven and others added 7 commits August 5, 2026 09:20
Add Tuple and Union to the typing imports in lib/cuckoo/common/integrations/file_extra_info.py. Clean up tests/test_docker_extra_info.py by removing unused imports (os, json, pytest) and stop importing the unused BINARY_TO_TOOL_MAPPING, keeping only ToolDispatcher. These are minor refactors to satisfy typing usage and remove dead imports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant