mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump react-native-android docker container to 8.0 (#36954)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36954 This bumps the docker container we use to the latest major. Changelog: [Internal] [Changed] - Bump react-native-android docker container to 8.0 Reviewed By: cipolleschi Differential Revision: D45083111 fbshipit-source-id: 44285e3e9af9be352c23bb1066fed3c35f51fb29
This commit is contained in:
committed by
Facebook GitHub Bot
parent
abddf14bf1
commit
749588313e
@@ -14,10 +14,10 @@
|
||||
# and build a Android application that can be used to run the
|
||||
# tests specified in the scripts/ directory.
|
||||
#
|
||||
FROM reactnativecommunity/react-native-android:7.0
|
||||
FROM reactnativecommunity/react-native-android:8.0
|
||||
|
||||
LABEL Description="React Native Android Test Image"
|
||||
LABEL maintainer="Héctor Ramos <hector@fb.com>"
|
||||
LABEL maintainer="Meta Open Source <opensource@meta.com>"
|
||||
|
||||
# set default environment variables
|
||||
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dfile.encoding=utf-8 -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\""
|
||||
|
||||
@@ -112,7 +112,7 @@ executors:
|
||||
reactnativeandroid:
|
||||
<<: *defaults
|
||||
docker:
|
||||
- image: reactnativecommunity/react-native-android:7.0
|
||||
- image: reactnativecommunity/react-native-android:8.0
|
||||
resource_class: "xlarge"
|
||||
environment:
|
||||
- TERM: "dumb"
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@
|
||||
"prettier": "prettier --write \"./**/*.{js,md,yml,ts,tsx}\"",
|
||||
"format-check": "prettier --list-different \"./**/*.{js,md,yml,ts,tsx}\"",
|
||||
"update-lock": "npx yarn-deduplicate",
|
||||
"docker-setup-android": "docker pull reactnativecommunity/react-native-android:7.0",
|
||||
"docker-setup-android": "docker pull reactnativecommunity/react-native-android:8.0",
|
||||
"docker-build-android": "docker build -t reactnativeci/android -f .circleci/Dockerfiles/Dockerfile.android .",
|
||||
"test-android-run-instrumentation": "docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-instrumentation-tests.sh",
|
||||
"test-android-run-unit": "docker run --cap-add=SYS_ADMIN -it reactnativeci/android bash .circleci/Dockerfiles/scripts/run-android-docker-unit-tests.sh",
|
||||
|
||||
Reference in New Issue
Block a user