Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T13:11:10.000Z (11 months ago)
- Last Synced: 2024-03-04T01:04:45.140Z (9 months 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: 24
- Watchers: 2
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# A Docker image for doing Flutter stuff
[![Build Branches](https://github.com/fischerscode/DockerFlutter/actions/workflows/build_updates.yaml/badge.svg)](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.
[![docker pulls](https://img.shields.io/docker/pulls/fischerscode/flutter)](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.
[![docker pulls sudo image](https://img.shields.io/docker/pulls/fischerscode/flutter-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. |