From 60601f541cfdcb6ce7df54bece15eed2f86aca56 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Fri, 6 Sep 2019 13:52:31 -0700 Subject: [PATCH] update react native docker (#26325) Summary: upgrade docker, this brings NDK 20 and buck 2019.09.03.01. ## Changelog [Android] [CI] - update react native docker Pull Request resolved: https://github.com/facebook/react-native/pull/26325 Test Plan: Pass basic build Differential Revision: D17234774 Pulled By: mdvacca fbshipit-source-id: 40bfe3cbcb406dca5c1c0021720355a1bab2db8a --- .circleci/Dockerfiles/Dockerfile.android | 2 +- .circleci/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/Dockerfiles/Dockerfile.android b/.circleci/Dockerfiles/Dockerfile.android index 982f158fc02..65e6c07d9d4 100644 --- a/.circleci/Dockerfiles/Dockerfile.android +++ b/.circleci/Dockerfiles/Dockerfile.android @@ -14,7 +14,7 @@ # and build a Android application that can be used to run the # tests specified in the scripts/ directory. # -FROM reactnativecommunity/react-native-android +FROM reactnativecommunity/react-native-android:2019-9-4 LABEL Description="React Native Android Test Image" LABEL maintainer="Héctor Ramos " diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a5d7eeceb8..d9291282e7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: reactnativeandroid: <<: *defaults docker: - - image: reactnativecommunity/react-native-android:2019-6-4 + - image: reactnativecommunity/react-native-android:2019-9-4 resource_class: "large" environment: - TERM: "dumb"