make release versions tags #114
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#114
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Occasionally, using the latest tag, new updates will break existing deployments. For example, the addition of REAL IP / X-Forwarded-For Headers for deployments behind ELBs caused some issues.
Using version numbers as tags for docker image builds would allow for people to update on their own schedule, and those that wish can stay on the latest tag.
Agreed, this is on my todo, i'm looking to do github versions and also open an LTS tag in docker hub that will be semver , however I'm open to suggestions.
That sounds great, thank you. If you are looking for a good example, I
feel that https://github.com/sameersbn/docker-gitlab /
https://hub.docker.com/r/sameersbn/gitlab/ has done a good job of it.
Thanks for sharing this project.
On Thu, Feb 16, 2017 at 12:23 PM, Ric Harvey notifications@github.com
wrote:
@sameerbn does great work :) will take a look
This is underway, starting with 1.1.1 with 1.1.2 to follow shortly. The documentation as of 1.1.2 will also explain the versioning.