Add Support for Attaching Docker Volumes
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 42/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- docker, groovy, python
- Domain
- build-system, devops
Research direction
Start by locating the Gradle plugin entry point that handles the python.docker configuration and Docker container setup. Trace how existing image settings are applied, then verify that a volumes list accepts host_path:container_path mappings and attaches them to the container; done means both example mappings are honored.
Written by the indexing model from the issue text.
Description
Proposed Feature:
Introduce a python.docker.volumes configuration option to allow users to specify volumes in the form of mappings, e.g., host_path:container_path. For example:
python {
docker {
image = "python:3.9"
volumes = ["/path/on/host:/path/in/container", "/another/host/path:/another/container/path"]
}
}
- Dominant language
- Groovy
- Stars
- 74
- Forks
- 19
- Avg merge
- 5h 33m
- Merged PRs (30d)
- 5
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.
More from xvik/gradle-use-python-plugin
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 30/100
xvik/gradle-use-python-plugin#192 · 1 comment ·
All issues in xvik/gradle-use-python-plugin
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bazel-contrib/rules_go#4721 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
agent-research-recommend agent-review-finding chore
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
jordansmall/spindrift#3717 · 1 comment ·
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100