podman-container-tools / podman-container-tools/container-libs
need an API for altering image digests
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 111
- Forks
- 168
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 60
Description
Similar to SetNames(...) for altering the names of an image, I desire an API to alter the digests of an image.
Background: docker rmi foo@RepoDigest is actually removing RepoDigest from foo without removing the image. However, we currently have no way of altering the digests and misbehave.
WDYT @mtrmac @nalind @rhatdan ?
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 by examining the existing SetNames(...) API and the behavior described for docker rmi foo@RepoDigest. Define how an image's digests should be altered without removing the image, and consider how the new API should represent that behavior. Done means the library exposes this digest-altering operation with behavior matching the stated Docker use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100