https://github.com/atroo/docker-ionic-fastlane-build
This docker image provides everything to bring ionic builds to your ci
https://github.com/atroo/docker-ionic-fastlane-build
ci cordova docker fastlane ionic
Last synced: about 2 months ago
JSON representation
This docker image provides everything to bring ionic builds to your ci
- Host: GitHub
- URL: https://github.com/atroo/docker-ionic-fastlane-build
- Owner: atroo
- License: mit
- Created: 2019-02-27T17:35:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T08:03:20.000Z (over 6 years ago)
- Last Synced: 2026-04-17T02:14:12.162Z (2 months ago)
- Topics: ci, cordova, docker, fastlane, ionic
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ionic-fastlane-build
[](https://travis-ci.org/atroo/docker-ionic-fastlane-build)
This docker image provides everything to bring ionic builds to your ci
This image is based on the android image from https://github.com/lovato/docker-android.
## Usage
### General usage
```
docker pull atroo/docker-ionic-fastlane-build:ionic3
docker run -v $(pwd):/buildspace atroo/docker-ionic-fastlane-build:ionic3 ionic build android
```
### Gitlab CI
This image can be used in every docker runner. Just provide `atroo/docker-ionic-fastlane-build:ionic3` as the image name and alle commands from ionic, cordova and fastlane are available.
## Version overview
- android api levels 19-28
- node.js 8
- cordova 8
- ionic 3
- fastlane latest