https://github.com/geekswamp/docker-flutter
Docker images for Flutter
https://github.com/geekswamp/docker-flutter
docker docker-images flutter
Last synced: 6 months ago
JSON representation
Docker images for Flutter
- Host: GitHub
- URL: https://github.com/geekswamp/docker-flutter
- Owner: geekswamp
- License: mit
- Created: 2023-09-25T14:13:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T06:26:17.000Z (8 months ago)
- Last Synced: 2025-01-15T14:33:20.643Z (6 months ago)
- Topics: docker, docker-images, flutter
- Language: Dockerfile
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/geekswamp/docker-flutter/actions/workflows/publish.yaml)
# Docker Flutter
You can run it using CI or locally via Docker.
# Usage
## DockerfileUse as base image in `Dockerfile`
```Dockerfile
FROM ghcr.io/geekswamp/flutter:stable
```
## GitLab CIUse as base image in `.gitlab-ci.yml`
```yml
image: ghcr.io/geekswamp/flutter:stablestages:
- buildbuild:
stage: build
...
```