fix: respect readonly flag on config-profile mounts in compose tool types
- modify_compose_file now appends :ro when a config-profile volume entry has readonly=true, matching the manifest compiler behavior. - Add a guard for missing tool_type in prepare_manifest_instance. Quality gates: python3 -m pytest (313 passed, 34 skipped)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
dir: apps/api/src/services/tool
|
||||
|
||||
## role
|
||||
Provides Docker container lifecycle management for tool instances with git repository integration and configuration validation.
|
||||
Provides backend infrastructure for provisioning and managing isolated development tool instances with their dependencies and network access.
|
||||
## parent
|
||||
index: apps/api/src/services/.pi-map.index.md
|
||||
map: apps/api/src/services/.pi-map.md
|
||||
|
||||
Reference in New Issue
Block a user