https://github.com/fischerscode/dockerflutter
an automatically build Docker image containing the Flutter SDK
https://github.com/fischerscode/dockerflutter
automation container containers dockefile docker dockerhub dockerhub-image flutter github-actions
Last synced: 27 days ago
JSON representation
an automatically build Docker image containing the Flutter SDK
- Host: GitHub
- URL: https://github.com/fischerscode/dockerflutter
- Owner: fischerscode
- License: gpl-3.0
- Created: 2021-04-19T10:06:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:11:10.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:30:43.324Z (about 1 month ago)
- Topics: automation, container, containers, dockefile, docker, dockerhub, dockerhub-image, flutter, github-actions
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fischerscode/flutter
- Size: 126 KB
- Stars: 28
- Watchers: 2
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# A Docker image for doing Flutter stuff
[](https://github.com/fischerscode/DockerFlutter/actions/workflows/build_updates.yaml)
This repository builds ubuntu based docker images containing the flutter executable.
- [fischerscode/flutter](https://hub.docker.com/r/fischerscode/flutter): The recommended image.
[](https://hub.docker.com/r/fischerscode/flutter)
- [fischerscode/flutter-sudo](https://hub.docker.com/r/fischerscode/flutter-sudo): The user flutter is allowed to run sudo.
[](https://hub.docker.com/r/fischerscode/flutter-sudo)One use case for this image is the build of Flutter Web Applications.
## Tags
Currently every new branch and new tag of the [flutter repo](https://github.com/flutter/flutter) gets build.Additionally at least every hour the 20 most recently updated branches are build.
The every image in the [stable branch](https://github.com/flutter/flutter/tree/stable) 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. |