-
Notifications
You must be signed in to change notification settings - Fork 150
v2 #104
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
v2 #104
Conversation
|
I am +1 on python, -1 on curl. Curl is more general http tools, wget only for download. |
|
curl is very generic networking tool with support for many protocols like sftp, ldap and etc. We can save around the 10MB, and see that wget is just enough for downloading required packages and files. Maybe we can keep curl and have carry around 10MB in the image. You decide. |
|
It's only 10Mb. And I sometimes use it to upload my apk using curl command. Let's keep it. |
|
@gengjiawen please review and feel free to squash merge it |
|
Let's adopt semantic versioning, and bump major version if we introduce breaking change. Also publish major version tag, so that developers receive updates easily. |
|
Is there an alternative image with bundler/fastlane available already? @dulmandakh |
|
You can go to releases page and see what's changed |
I would like to make purpose of the image clear and install required packages.
So I would like to propose some breaking changes and v2:
Also updated publish job to update latest tag only if version 1.x published. We can change that when we're sure that v2 is stable.
NOTE: created v1 branch