Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plugfox/docker_flutter
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
https://github.com/plugfox/docker_flutter
alpine alpine-linux android ci-cd continuous-integration crossplatform dart docker dockerfile flutter hub web
Last synced: 11 days ago
JSON representation
Alpine Linux image for Flutter & Dart with helpful utils and web build support.
- Host: GitHub
- URL: https://github.com/plugfox/docker_flutter
- Owner: PlugFox
- License: mit
- Created: 2020-08-11T20:19:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T10:40:27.000Z (over 1 year ago)
- Last Synced: 2024-10-12T05:43:15.426Z (27 days ago)
- Topics: alpine, alpine-linux, android, ci-cd, continuous-integration, crossplatform, dart, docker, dockerfile, flutter, hub, web
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/plugfox/flutter
- Size: 85 KB
- Stars: 54
- Watchers: 7
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Flutter docker image
[![BUILD AND PUBLISH BRANCHES](https://github.com/PlugFox/docker_flutter/actions/workflows/build_and_publish_branches.yml/badge.svg)](https://github.com/PlugFox/docker_flutter/actions/workflows/build_and_publish_branches.yml)
[![GitHub](https://img.shields.io/badge/Git-Hub-purple.svg)](https://github.com/PlugFox/docker_flutter)
[![Docker](https://img.shields.io/badge/Docker-Hub-2496ed.svg)](https://hub.docker.com/r/plugfox/flutter/tags)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/PlugFox/docker_flutter/blob/master/LICENSE)Alpine Linux images for Flutter & Dart with useful utils and web build support.
Symlinks to dart, flutter in the folder: `/opt/flutter`
Rolling release update strategy every Monday.### Environment variables
- USER: `root`
- WORKDIR: `/build`
- SHELL: `/bin/bash`
- FLUTTER_ROOT: `/opt/flutter`
- PUB_CACHE: `/var/tmp/.pub_cache`
- ANDROID_HOME: `/opt/android`