https://github.com/barelyhuman/docker-android
docker-image for react-android android and fastlane
https://github.com/barelyhuman/docker-android
android docker fastlane react react-native
Last synced: 3 months ago
JSON representation
docker-image for react-android android and fastlane
- Host: GitHub
- URL: https://github.com/barelyhuman/docker-android
- Owner: barelyhuman
- License: mit
- Created: 2022-06-21T14:03:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T17:25:48.000Z (almost 3 years ago)
- Last Synced: 2025-10-09T05:37:33.637Z (9 months ago)
- Topics: android, docker, fastlane, react, react-native
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-android
React Native Android Images with prebuild android and ruby binaries.
## Usage
You can either get the rolling release tag that get's updated dynamically if you like to play with fire or you can use date tagged images which you find in the
[packages section](https://github.com/barelyhuman/docker-android/pkgs/container/docker-android)
```yml
image: ghcr.io/barelyhuman/docker-android:latest
# or
image: ghcr.io/barelyhuman/docker-android:20220621
```
```sh
docker pull ghcr.io/barelyhuman/docker-android:latest
# or
docker pull ghcr.io/barelyhuman/docker-android:20220621
```
## Instructions
It just works as you'd expect it to
## LICENSE
[MIT](/LICENSE)