v1
FROM reactnativecommunity/react-native-android
RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y wget
RUN wget https://services.gradle.org/distributions/gradle-6.8.1-bin.zip
RUN mkdir /opt/gradle
RUN unzip -d /opt/gradle gradle-6.8.1-bin.zip
RUN ls /opt/gradle/gradle-6.8.1
RUN export PATH=$PATH:/opt/gradle/gradle-6.8.1/bin
RUN rm gradle-6.8.1-bin.zip
RUN gem install fastlane
v1.1
FROM reactnativecommunity/react-native-android:8.0
RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y wget
RUN apt-get install -y openjdk-11-jdk
RUN wget https://services.gradle.org/distributions/gradle-6.8.1-bin.zip
RUN mkdir /opt/gradle
RUN unzip -d /opt/gradle gradle-6.8.1-bin.zip
RUN ls /opt/gradle/gradle-6.8.1
RUN export PATH=$PATH:/opt/gradle/gradle-6.8.1/bin
RUN rm gradle-6.8.1-bin.zip
RUN gem install fastlane
1.5.4
FROM reactnativecommunity/react-native-android:5.4
RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y wget
RUN apt-get install -y openjdk-11-jdk
RUN wget https://services.gradle.org/distributions/gradle-6.8.1-bin.zip
RUN mkdir /opt/gradle
RUN unzip -d /opt/gradle gradle-6.8.1-bin.zip
RUN ls /opt/gradle/gradle-6.8.1
RUN export PATH=$PATH:/opt/gradle/gradle-6.8.1/bin
RUN rm gradle-6.8.1-bin.zip
RUN gem install fastlane
v2
FROM reactnativecommunity/react-native-android
RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y wget
RUN wget https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
RUN mkdir /opt/gradle
RUN unzip -d /opt/gradle gradle-8.1.1-bin.zip
RUN ls /opt/gradle/gradle-8.1.1
RUN export PATH=$PATH:/opt/gradle/gradle-8.1.1/bin
RUN rm gradle-8.1.1-bin.zip
RUN gem install fastlane
v 2.20 + nodejs v20
FROM reactnativecommunity/react-native-android
RUN apt-get update --allow-insecure-repositories
RUN apt-get install -y wget
RUN wget https://services.gradle.org/distributions/gradle-8.1.1-bin.zip
RUN mkdir /opt/gradle
RUN unzip -d /opt/gradle gradle-8.1.1-bin.zip
RUN ls /opt/gradle/gradle-8.1.1
RUN export PATH=$PATH:/opt/gradle/gradle-8.1.1/bin
RUN rm gradle-8.1.1-bin.zip
ENV LC_ALL=en_US.UTF-8
ENV LANG=en_US.UTF-8
RUN gem install fastlane
RUN apt-get update \
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*
# Install Node.js 20.x
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get update && apt-get install -y nodejs
Content type
Image
Digest
sha256:46d530d8a…
Size
1.7 GB
Last updated
over 2 years ago
docker pull itband/reactnative_and_fastlane:2.20