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

Android Docker Image for React Native and common android development.

Results 24 docker-android issues
Sort by recently updated
recently updated
newest added

I'm attempting to install and run an emulator in the container so that i can run e2e tests using wix/Detox. This is what my Dockerfile looks like: ``` # reactnativecommunity/react-native-android:4.0...

I see that we install the zip binary in the Dockerfile during setup. But when I try to use the zip binary in `commands: ` the binary is nowhere to...

While running sudo docker run docker-android cd app npm install throws this following error. By default it supposed to be root user. any idea why permission is still denied?! Docker...

Docker Hub has now a rate limit when downloading public container images without user login. Because of the size of the react native docker image, the download is rate limited...

Any thought on this one https://github.com/semantic-release/semantic-release This will require us to follow certain rules in commit message. But can generate release log automatically. cc @dulmandakh

Introduced by https://github.com/react-native-community/docker-android/pull/91. Log: https://app.circleci.com/pipelines/github/react-native-community/docker-android/103/workflows/c93359ba-89c4-4df8-b3bc-d1ae795fb952/jobs/168 cc @dulmandakh

In the Dockerfile there is a line `ARG WATCHMAN_VERSION=4.9.0` which is never used. In the same context, when for example `watchman watch-del-all` is executed in the container it results in...

enhancement

Latest version of bundler (2.5.0 and above), requires Ruby version >= 3.0.0. However, the community image for android is using Ubuntu 20.04 which does not support versions of ruby newer...

publish images for both amd64 and arm64, https://docs.docker.com/build/ci/github-actions/multi-platform/. might require https://github.com/react-native-community/docker-android/pull/207 fixes https://github.com/react-native-community/docker-android/issues/166

Motivation: Slow performance when using Mac m1: ![Screenshot 2023-03-06 at 17 21 12](https://user-images.githubusercontent.com/50163396/223222336-0bf266a8-3f21-41ba-b5c2-09d07188247c.png) ![image](https://user-images.githubusercontent.com/50163396/223222459-141971d0-a755-4223-b2b3-356475408b24.png) Evidence: ![Screenshot 2023-03-06 at 17 25 38](https://user-images.githubusercontent.com/50163396/223222717-496cb5b6-c184-48ae-bed5-f2d83550cc90.png)