cpm does not show any output when downloading new docker images
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This may be confusing for most users, as cpm does not show any output message when it starts downloading a docker image (unlike when the docker command line tool is used). A solution could be to look for the image first and, in case it's not cached locally, download it using `docker pull` so that the docker command output is shown.
Contributor guide
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
No source file or test is named in the issue. Start by locating cpm's Docker image download path and compare its behavior with `docker pull`; done means users see download progress when an image is not cached locally, with existing cached-image behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100