-
Notifications
You must be signed in to change notification settings - Fork 5
stable
tag for containers
#112
Comments
I'd prefer to detect pre-release tags (alpha/beta/dev), release them, but not point latest at them. Is this possible with the docker action? |
That seems reasonable, could we point |
We already do something similar for github releases, could extract this somewhere:
|
I can see a nice way to implement this using the same condition as prerelease. Will make a PR. |
do we want and no latest? |
I would prefer latest pointing to latest non-prerelease version, and requiring people to point at a specific pre-release version. @garryod would this suit you? |
I like that - and it matches what for example python does on dockerhub https://hub.docker.com/_/python/tags |
I would prefer a |
I've said I'd make a PR but I see this is assigned to you Garry - and I see you know about the enable flag for https://github.com/docker/metadata-action tags. |
I don't mind who does this. Who would like to make the PR? |
Went ahead and tried this and found some weirdness due to |
During development of services it would be nice if we could have a
stable
tag for containers which would be applied to nonalpha
/beta
/dev
releases, allowinglatest
to point to potentially unstable releasesThe text was updated successfully, but these errors were encountered: