drakkar-lig / drakkar-lig/walt-python-packages
Support specifying a Dockerfile with walt image build
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Improvement
Docker supports the -f option to specify which Dockerfile to use when building an image.
Adding support for this option to the walt image build command would allow to choose for example between development and production Dockerfiles.
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 at the implementation and argument parsing for the walt image build command, then trace how it invokes Docker image builds. Add support for passing Docker's -f option so a chosen Dockerfile is used, and verify that development and production Dockerfiles can be selected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100