Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional tags for semver compatible flutter versions #331

Open
jsidebottom-restech opened this issue May 24, 2024 · 0 comments
Open

Comments

@jsidebottom-restech
Copy link

Currently images on ghcr only have specific version tags (eg 3.22.1) and stable/beta tags.
It would be good to also have semver compatible tags for major.minor version in addition to existing tags. This would allow users/CI to specify 3.19 and get the latest release for that version:
eg

docker run ghcr.io/cirruslabs/flutter:3.19

would fetch and run the latest patch version of 3.19 (this would be 3.19.6 at the time of writing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant