Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Continuous Integration

The purpose of this project is to create a set of images that can be used to build and test mobile applications. Strongly inspired from docker-android repository.

Android

The Android image contains the following software:

  • Android SDK (platform-tools, build-tools, platforms)
  • Bundler
  • Java (OpenJDK 8, 11, 17 and 21, default 21)
  • jenv
  • rbenv

Flutter

The Flutter image contains the following software:

  • Android SDK (platform-tools, build-tools, platforms)
  • Bundler
  • Dart
  • Flutter
  • FVM
  • Java (OpenJDK 8, 11, 17 and 21, default 21)
  • jenv
  • rbenv

Flutter Test

A lean image for flutter test/flutter analyze CI jobs — no Android SDK, no Java, no Ruby. Contains:

  • Dart
  • FVM
  • lcov
  • libsqlite3-dev
  • junitreport

Building locally

./build.sh --target android|flutter-test [--build] [--deploy] [options...]
./build.sh --help

--target defaults to android. See --help for the full list of options.

Container Registry

The images are available on Docker Hub.

License

This project is licensed under the terms of the GNU GPLv3 license.

About

A set of images that can be used to build and test mobile applications

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages