You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature can already be implemented through a plugin
Describe the user story
Paralleling the discussion from the docker-node repo about removing Yarn from the 14 image nodejs/docker-node#1238
Describe the solution you'd like
Suggesting the previous image be revived https://hub.docker.com/r/yarnpkg/node-yarn, although maybe a simpler "yarn" name would be easier. The existing infrastructure using by docker-node could be used for you to create images with stronger versioning of the Yarn component.
Describe the drawbacks of your solution
You'd need to re-setup the repo and configure the stackbrew scripts used to publish the official images.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
As I previously mentioned, we won't start any efforts in this direction before a resolution is found in nodejs/node#15244 (comment).
Our team already supports the Node ecosystem through our work on Yarn itself, I see absolutely no benefit for anyone at adding extra maintenance cost for what seems to be political reasons.
Closing as it doesn't seem like the Yarn binary will be removed from the docker image anytime soon, if it is I think we'd rather document using npm install yarn -g or using per-project installs and invoking that using node directly instead of maintaining a docker image
Describe the user story
Paralleling the discussion from the docker-node repo about removing Yarn from the 14 image nodejs/docker-node#1238
Describe the solution you'd like
Suggesting the previous image be revived https://hub.docker.com/r/yarnpkg/node-yarn, although maybe a simpler "yarn" name would be easier. The existing infrastructure using by docker-node could be used for you to create images with stronger versioning of the Yarn component.
Describe the drawbacks of your solution
You'd need to re-setup the repo and configure the stackbrew scripts used to publish the official images.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: