This image to build android project
314
A streamlined Docker image for automated Flutter build pipelines.
The tigapilarmandiri/flutter-builder image is a purpose-built environment that simplifies building and packaging Flutter applications in CI/CD workflows such as Jenkins, GitHub Actions, or GitLab CI.
It includes the Flutter SDK, Android SDK, and essential build tools—ready to compile production-grade Android APKs out-of-the-box.
✅ Pre-configured Flutter environment
Includes Flutter SDK, Android SDK, and all required dependencies.
✅ Optimized for CI/CD
Designed for reproducible builds in isolated, containerized environments.
✅ Lightweight & efficient
Minimal base image for faster pull and startup times.
✅ Supports release & debug builds
Build and package Android APKs for any target mode.
✅ Version-controlled builds
Use tags to pin a specific Flutter SDK version for consistent results.
Build your Flutter project automatically with one command:
docker run --name flutter-builder --rm \
-v $(pwd):/mobile \
tigapilarmandiri/flutter-builder:latest \
bash -c "flutter pub get && flutter build apk --release"
Content type
Image
Digest
sha256:2786cd81b…
Size
2.3 GB
Last updated
11 months ago
docker pull tigapilarmandiri/flutter-builder