You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conductor/future_resources_plan.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This plan outlines the implementation of resources for Docker features that are currently unsupported in the `docker` cookbook, focusing on Swarm management and AI-native capabilities.
4
4
5
5
## Objective
6
+
6
7
- Add support for core Swarm resources: `docker_secret` and `docker_config`.
7
8
- Add support for AI-native Docker features: `docker_model` and `docker_mcp`.
8
9
- Enhance `docker_container` to support `type=image` mounts.
@@ -11,37 +12,45 @@ This plan outlines the implementation of resources for Docker features that are
Copy file name to clipboardExpand all lines: conductor/modernization_plan.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@
3
3
This plan outlines the steps to modernize the `docker` cookbook by removing EOL platforms, adding support for newer distributions, and cleaning up legacy code.
4
4
5
5
## Objective
6
+
6
7
- Sync supported platforms across `metadata.rb`, Kitchen files, and CI.
0 commit comments