Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T08:03:20.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T18:53:41.883Z (18 days ago)
- Topics: ci, cordova, docker, fastlane, ionic
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ionic-fastlane-build
[![Build Status](https://travis-ci.org/atroo/docker-ionic-fastlane-build.svg?branch=master)](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