This repository builds ubuntu based docker images containing the flutter executable.
-
fischerscode/flutter: The recommended image.
-
fischerscode/flutter-sudo: The user flutter is allowed to run sudo.
One use case for this image is the build of Flutter Web Applications.
Currently every new branch and new tag of the flutter repo gets build.
Additionally at least every hour the 20 most recently updated branches are build.
The every image in the stable branch is additionally uploaded with the latest tag.
Most important should be this tags:
tag | description |
---|---|
latest | Flutters stable channel. |
stable | Flutters stable channel. |
beta | Flutters beta channel. |
master | Flutters master channel. |