Add note in README pointing to community fork continuing image updates#431
Open
adrianjagielak wants to merge 1 commit into
Open
Add note in README pointing to community fork continuing image updates#431adrianjagielak wants to merge 1 commit into
adrianjagielak wants to merge 1 commit into
Conversation
Per the existing notice, this repository stops publishing images on May 1st 2026. This adds two sentences to the same IMPORTANT block pointing users at a community-maintained fork that has continued the build pipeline and is publishing updated images on GHCR, so existing users hitting this README have a clear next step. The note explicitly states the fork is independent and not affiliated with or endorsed by Cirrus Labs or OpenAI.
Contributor
|
Probably this is a better new home for the images fluttercommunity/community#177. Let them know if you'd like to maintain it there. |
|
Thanks for setting this up, @adrianjagielak. We maintain One Coptic Library, a Flutter app shipping to iOS/Android/macOS/Windows/Linux/web, and just migrated our CI base images from I'd be glad to help keep this maintained going forward — whether here or under a Flutter Community–org home if @fkorotkov's suggestion lands. Happy to pitch in on the build/CI pipeline, review PRs, or help keep version tags current. Just let me know where it'd be most useful. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The existing IMPORTANT block says image updates stop on May 1st 2026. Anyone who lands on the README after that date is going to look for where the same image is still being built. This PR adds two sentences to the same block pointing them at a community-maintained fork I've stood up.
The fork mirrors the build pipeline (same
sdk/Dockerfile, same tag scheme:stable,beta, exact versions like3.41.9, multi-arch on GHCR), so for most users it's a drop-in registry swap (ghcr.io/cirruslabs/flutter->ghcr.io/adrianjagielak/flutter).A few notes to make this easy to merge or reject:
I understand if the answer is "no thanks"; in that case feel free to close. Posting it because I think it saves users a search, and the existing notice is the natural place to point them. Thanks for years of maintaining these images!