xvik / xvik/gradle-use-python-plugin
Add Support for Attaching Docker Volumes
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 74
- Forks
- 19
- Avg merge
- 5h 33m
- Merged PRs (30d)
- 5
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"]
}
}
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 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.
Assessment
- Tech stack
- docker, groovy, python
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100