Add :latest tag
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
All images that:
* are not a variant
* are not `-rc`
should be tagged as `:latest`.
To avoid tagging images with an older version, https://github.com/marketplace/actions/suggest-docker-tags can be used.
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
The issue names no files or tests; locate the workflow or build configuration that assigns Docker image tags and trace how variants, release candidates, and versions are selected. Done means every non-variant, non-rc image gets :latest without allowing an older version to receive it; verify this with the repository's available image-build or tag checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100