ionic-docker icon indicating copy to clipboard operation
ionic-docker copied to clipboard

An ionic image for CI

Results 5 ionic-docker issues
Sort by recently updated
recently updated
newest added

I'm trying to use the docker image but the Yarn command is not found anymore. It has been removed from the image in this commit 6fc1c33dc718a752ac05ce63a129cfee2bb34502

I am having an issue on gitlab ci where the following error is being given when using this image: ``` WARNING: The specified Android SDK Build Tools version (25.0.2) is...

bug
help wanted

My app stopped building, because you updated node version in https://github.com/marcoturi/ionic-docker/commit/6fc1c33dc718a752ac05ce63a129cfee2bb34502 There is no versioning in the docker hub so I can't tell my CI that it should use previous...

enhancement

First of all thanks for the ionic2-boilerplate. Awesome project! The `docker run` command provided in the README do not work for me. Neither ```bash $ pwd /Users/mavogel/Development/angular/ionic2-boilerplate $ docker run...

Hi, I'm trying to build android app in your image, however running `ionic cordova prepare` results in below: `ELOOP: too many symbolic links encountered, access '/Sources/node_modules/cordova-plugin-device'` For all dependencies, npm...