Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekswamp/docker-flutter
Docker images for Flutter
https://github.com/geekswamp/docker-flutter
docker docker-images flutter
Last synced: about 1 hour 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T06:26:17.000Z (3 months ago)
- Last Synced: 2025-01-15T14:33:20.643Z (5 days 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
[![Publish Registry to ghcr.io](https://github.com/geekswamp/docker-flutter/actions/workflows/publish.yaml/badge.svg?branch=main)](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
...
```