Android Build CI Container

Hey there,

I have created a Docker container that can be used in CI systems to build Android packages out of Ionic apps. It is specifically tailored for Gitlab CI, but should work on other CI systems that support Docker workers.
The image also contains the tools necessary to send the file to beta testers (via email) or upload it somewhere (via sftp, scp, rsync).

The Dockerfile is available under MIT license on Github, the Docker image can be found on Docker Hub. The Readme also contains a sample .gitlab-ci.yml that you can use in your own builds.

Please let me know what you think and feel free to create pull requests if you miss something.

Regards,
Tobias from Healthcast

1 Like

Thanks for this work.