Tag Versioning
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 448
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
So as mentioned in #31, I kind of dislike that changes like new extensions etc get pushed into old tags and potentially break old projects or make the version I run on my machine different from the version a co-worker runs on his machine.
So I see a few ways to do this I could think of.
- add the minor php version to the tag and continue like now ~ just don't update old tags. This would result in the cleanest tags and would be consistent with the base php repository
chialab/php:7.1.9-fpm. This could potentially break new projects that pin on the newest php release but since they are still new this shouldn't be a problem ~ my concern is about legacy projects. - add a chialab version. This would make updates kind of complicated since you'd now have to track 2 versions. Also I don't now how to make that look nice.
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
Start by reading issue #31 and reviewing the repository’s current Docker image tag and release process; the payload names no files or tests. Choose and document one versioning policy, then verify that existing tags remain unchanged and future tags follow the selected scheme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- devops, release
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100