All Projects → PlugFox → docker_flutter

PlugFox / docker_flutter

Licence: MIT license
Alpine Linux image for Flutter & Dart with helpful utils and web build support.

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to docker flutter

docker-terraform-docs
Alpine-based multistage-build version of terraform-docs and terraform-docs-replace in multiple versions to be used for CI and other reproducible automations
Stars: ✭ 59 (+78.79%)
Mutual labels:  continuous-integration, alpine
docker-alpine-sshd
A lightweight OpenSSH Docker Image built atop Alpine Linux.
Stars: ✭ 108 (+227.27%)
Mutual labels:  alpine, alpine-linux
actions
Set of actions for implementing CI/CD with werf and GitHub Actions
Stars: ✭ 67 (+103.03%)
Mutual labels:  continuous-integration, ci-cd
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+596.97%)
Mutual labels:  alpine, alpine-linux
www.go.cd
Github pages repo
Stars: ✭ 39 (+18.18%)
Mutual labels:  continuous-integration, ci-cd
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-45.45%)
Mutual labels:  alpine, alpine-linux
cloud-s4-sdk-pipeline
The Cloud SDK pipeline uses the Cloud SDK continuous delivery server for building, checking, and deploying extension applications. Projects based on the SAP Cloud SDK archetype will automatically use this pipeline.
Stars: ✭ 65 (+96.97%)
Mutual labels:  continuous-integration, ci-cd
Buildhelpers
Helper functions for PowerShell CI/CD scenarios
Stars: ✭ 174 (+427.27%)
Mutual labels:  continuous-integration, ci-cd
docker-dind-awscli
A Docker image for Docker-in-Docker (dind) with AWS CLI v2 awscli tool included
Stars: ✭ 36 (+9.09%)
Mutual labels:  alpine, alpine-linux
headless-chrome-alpine
A Docker container running headless Chrome
Stars: ✭ 26 (-21.21%)
Mutual labels:  alpine, alpine-linux
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (-48.48%)
Mutual labels:  alpine, alpine-linux
alpine-prestashop
Prestashop running on Alpine Linux [Docker]
Stars: ✭ 13 (-60.61%)
Mutual labels:  alpine, alpine-linux
ci
🐳 Dockette dockerized Alpine linux Dockerfiles for PHP 5.6-8.2 + Composer. NodeJS 6-18. Ansible.
Stars: ✭ 18 (-45.45%)
Mutual labels:  continuous-integration, alpine
docker-ansible
Alpine-based multistage-build version of Ansible for reproducible usage in CI
Stars: ✭ 168 (+409.09%)
Mutual labels:  continuous-integration, alpine
Werf
The CLI tool gluing Git, Docker, Helm, and Kubernetes with any CI system to implement CI/CD and Giterminism
Stars: ✭ 2,814 (+8427.27%)
Mutual labels:  continuous-integration, ci-cd
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+2121.21%)
Mutual labels:  continuous-integration, ci-cd
Fabric8
fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
Stars: ✭ 1,783 (+5303.03%)
Mutual labels:  continuous-integration, ci-cd
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (+415.15%)
Mutual labels:  continuous-integration, ci-cd
pi-factory
Bootstrap a bitcoin lightning box for Raspberry Pi 3 based on Alpine Linux
Stars: ✭ 17 (-48.48%)
Mutual labels:  alpine, alpine-linux
alpine-php-fpm
Lightweight and optimised PHP-FPM (PHP 7.4, 8.0, 8.1) Docker images with essential extensions on top of latest Alpine Linux.
Stars: ✭ 53 (+60.61%)
Mutual labels:  alpine, alpine-linux

Flutter docker image

BUILD AND PUBLISH BRANCHES GitHub Docker License: MIT

Alpine Linux images for Flutter & Dart with helpful utils and web build support.
Symlinks to dart, flutter in the folder: /opt/flutter
Rolling release update strategy at every monday.

Env

  • FLUTTER_ROOT = "/opt/flutter"
  • PUB_CACHE = "/var/tmp/.pub_cache"
  • ANDROID_HOME = "/opt/android"

Using image as non-flutter user

Due to git bug it is no longer possible to execute flutter commands unless you're flutter user as underlying installation /opt/flutter is owned by this user. Either add exception (git config --global --add safe.directory /opt/flutter) or perform all image build steps relying on flutter as flutter user

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].