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

Flutter 3.29.0 missing image #357

Open
alihoseiny opened this issue Feb 19, 2025 · 8 comments
Open

Flutter 3.29.0 missing image #357

alihoseiny opened this issue Feb 19, 2025 · 8 comments

Comments

@alihoseiny
Copy link

Hello.

Thank you for your effort. It seems that there is no image related to the 3.29.0 version of Flutter.

We would appreciate it if you could add that image too.

@amweiss
Copy link

amweiss commented Feb 20, 2025

Seems like it's related to this comment? #355 (comment)

@crovax124
Copy link

we too, seems that it is in latest, but not as explicit tag

@adamdama
Copy link

we too, seems that it is in latest, but not as explicit tag

The latest one is still 3.27.3:

> docker run -it ghcr.io/cirruslabs/flutter:latest /bin/sh
# flutter --version
Flutter 3.27.3 • channel [user-branch] • unknown source
Framework • revision c519ee916e (5 weeks ago) • 2025-01-21 10:32:23 -0800
Engine • revision e672b006cb
Tools • Dart 3.6.1 • DevTools 2.40.2
# exit

@crovax124
Copy link

it seems that the ci run into building errors
https://github.com/cirruslabs/docker-images-flutter/runs/37622812562

@frankylee
Copy link

Any ETA on when this will be resolved?

@crovax124
Copy link

it seems that flutter changed the branch names

git clone --depth 1 --branch 3.29.0 https://github.com/flutter/flutter.git

doesnt exists.

@amweiss
Copy link

amweiss commented Feb 27, 2025

it seems that flutter changed the branch names

git clone --depth 1 --branch 3.29.0 https://github.com/flutter/flutter.git

doesnt exists.

It's a tag not a branch: https://github.com/flutter/flutter/tree/3.29.0

the clone command works fine:

~/r/p/tmp ❯❯❯ git clone --depth 1 --branch 3.29.0 https://github.com/flutter/flutter.git
Cloning into 'flutter'...
remote: Enumerating objects: 15829, done.
remote: Counting objects: 100% (15829/15829), done.
remote: Compressing objects: 100% (12638/12638), done.
remote: Total 15829 (delta 3382), reused 8427 (delta 2363), pack-reused 0 (from 0)
Receiving objects: 100% (15829/15829), 32.97 MiB | 2.10 MiB/s, done.
Resolving deltas: 100% (3382/3382), done.
Note: switching to '35c388afb57ef061d06a39b537336c87e0e3d1b1'.

nathanael-h added a commit to nathanael-h/aelf-flutter that referenced this issue Mar 2, 2025
nathanael-h added a commit to nathanael-h/aelf-flutter that referenced this issue Mar 2, 2025
@MKlimentowicz
Copy link

MKlimentowicz commented Mar 3, 2025

It looks like version 3.29.0 has been built. It already runs successfully in our CI/CD

nathanael-h added a commit to nathanael-h/aelf-flutter that referenced this issue Mar 8, 2025
nathanael-h added a commit to nathanael-h/aelf-flutter that referenced this issue Mar 8, 2025
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

6 participants