Skip to content

Image for build React native android apps using Fastlane inside the docker container with no efforts

License

Notifications You must be signed in to change notification settings

sydg/docker-react-native-fastlane

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker React Native Fastlane

Image for build React native android apps using Fastlane inside the docker container with no efforts

https://hub.docker.com/r/piotrovskyi/react-native-fastlane

Status

Build Status

Components

Built on openjdk version 8
Component Name Version
gradle 3.3
android-sdk 24.3.3
build-tools 27.0.3
nodejs 10.x
ruby 2.7.1
fastlane 2.146.1

Usage

Release Build

docker run -it -v /path/to/your/react-native/project/:/build -w /build android-fastlane-docker:latest /bin/sh -c "cd android && ./gradlew assembleRelease"

Fastlane Alpha

docker run -it -v /path/to/your/react-native/project/:/build -w /build android-fastlane-docker:latest /bin/sh -c "fastlane android alpha"

About

Image for build React native android apps using Fastlane inside the docker container with no efforts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%