how to delete specific image
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4.5k
- Forks
- 682
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 29
Description
When we use buildx to build, the more build times, the larger the cache, resulting in less and less disk space. Although it can be cleaned up with docker buildx prune, it will lose the cache of the base image and affect the build speed.
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
Start with the docker buildx prune command and the cache behavior described in the issue. Determine how a user could remove only the targeted image cache while retaining the base-image cache; done means the behavior is clearly supported and documented or the limitation is explicitly addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100