forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate ci to official docker (facebook#21477)
Summary: Simplify current build and offer it to community as official docker. I have also created an [rfc](react-native-community/discussions-and-proposals#36). pass all current ci. none [GENERAL] [INTERNAL] [CI] - migrate ci to official docker Pull Request resolved: facebook#21477 Differential Revision: D13801696 Pulled By: cpojer fbshipit-source-id: fa235cf21ab5af2c87eb3c1a14788fab01c71ccf
- Loading branch information
1 parent
988366a
commit 9351dd6
Showing
5 changed files
with
4 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
# image. Ideally, this image would be rebuilt with any new commit to the master | ||
# branch. Doing so will catch issues such as BUCK failing to fetch dependencies | ||
# or run tests, as well as unit test failures. | ||
FROM reactnativeci/android-base:latest | ||
FROM react-native-community/react-native | ||
|
||
LABEL Description="This image prepares and runs React Native's Android tests." | ||
LABEL maintainer="Héctor Ramos <[email protected]>" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters