-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Predictable updates of yarn version #388
Comments
See also #386 (comment) |
Yarn will continued to be updated when Node.js version are updated. However, since Yarn is still experimental and has not reached a stable version (eg. 1.0) there may be breaking changes. Use on own risk. |
If this is really the stance being taken, then I believe that there should be a separate tag for the builds that include yarn. Having the image change every time yarn decides to do a release breaks the concept of fixed/reproducible builds in Docker. |
Think this is answered in the CONTRIBUTING.md now
|
When the yarn version changes, it means that a new base image is generated. Can this be limited to a predictable schedule? I was thinking that update to the latest stable version of yarn when a new point release is made.
The text was updated successfully, but these errors were encountered: