-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official Android Docker for react native #36
Official Android Docker for react native #36
Conversation
👋 @gengjiawen! If I understand correctly, this would mean maintain like a docker image in the registry/marketplace so that people can just write something like Does it mean that we should have a version of the image per each RN release? |
Yes, you are right, just import the image and add the build script is enough. Actually if we have not touch the But if we hook the publish docker script when we draft a new release, it maybe easier this way by not publishing the docker manually. |
Does this have to be a part of core react native ? Can it not live separately in react-native-community ? |
yes, I think it can move out. |
@gengjiawen lemme know if you want to create a repo in react-native-community. I can help with that. |
@gengjiawen - Once we have moved it out, can we also delete the images from the core repo ? |
Should we close this issue since we have a resolution for it ? |
@axe-fb Yes, maybe remove some script in
Maybe not for now, I want this to get community know this more and discuss how this pr will go.
@satya164 Not for now, but maybe later, I will let you know if it needs, thanks. |
I don't want to maintain two same file in two repo, is the dockerfile used internally at facebook @axe-fb ? |
@satya164 Can you create a repo for me, I think I want to try it in community due to facebook/react-native-website#653. |
https://twitter.com/sseraphini/status/1061919273113829376 We have this docker image https://github.com/entria/docker-react-native-android we've been using it on some open source projects like react-native-camera and react-native-share |
@sibelius The docker is intended to do more then build an react native android app, it also has the ability to build and test react native source code. |
@gengjiawen - what are the next steps on this proposal ? |
@gengjiawen - should we merge this PR, since we will now be acting upon the proposal ? |
I think it can merge. |
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: #21477 Differential Revision: D13801696 Pulled By: cpojer fbshipit-source-id: fa235cf21ab5af2c87eb3c1a14788fab01c71ccf
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
Provide an official docker to the community and make the ci easier.