docker-android
docker-android copied to clipboard
Android Docker Image for React Native and common android development.
Please publish an arm64 compatible image to dockerhub.
More and more libraries are built with rust these days, so it would be a real benefit to have it bundled into this container.
Not directly related. Is there an ios equivalent? I saw https://github.com/sickcodes/Docker-OSX but it doesn't come complete with everything we need...
Nice work with this project. It was near perfect besides node version to use out of the box. The only other gotcha I had was with running npm as root...
for several error's kinda like ``` Error: ENOSPC: System limit for number of file watchers reached, watch '/__w/try-deploy-gayatri/try-deploy-gayatri/node_modules/@babel/plugin-transform-react-jsx-self/node_modules/@babel/core/lib/transformation' at FSWatcher. (internal/fs/watchers.js:218:26) at Object.watch (fs.js:1525:34) at NodeWatcher.watchdir (/__w/try-deploy-gayatri/try-deploy-gayatri/node_modules/sane/src/node_watcher.js:159:22) at Walker. (/__w/try-deploy-gayatri/try-deploy-gayatri/node_modules/sane/src/common.js:109:31)...
Goes together with https://github.com/facebook/react-native/pull/32321
I run this image using Jenkins. But `gradlew `is failed with this error message. ` The SDK directory is not writable (/opt/android)` ### Jenkinsefile ``` pipeline { agent { docker...
We have to use v4 of the docker image inside our pipeline. I noticed that the dockerfile has removed jdk8 and is using jdk11. Is jdk8 support for a react...