docker / docker/metadata-action
Expose sanitized image name
Open
Nobody has claimed this yet.
kind/enhancement
status/triage
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 160
- Avg merge
- 4d 17h
- Merged PRs (30d)
- 12
Description
Description
When dealing with images by digest, I see my self often needing to use the image name without tags. This action allready makes sure the input is standart compilant but doesnt have it as an output. Essentially the opposite of what tag-names is to tags
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 locating the existing tag-names and tags handling in the action and identify how action outputs are defined. Expose the sanitized image name as the corresponding output, then verify that digest-based image inputs produce the name without tags and update any output documentation or tests found nearby.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, typescript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100