Simen Bekkhus
Simen Bekkhus
> How should we store those tiers? In a json file somewhere or some other format? It probably makes sense for the build group (or something) to store it in...
What about something like https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#-git-commit-guidelines?
It is more strict and possible to verify on CI (`commitlint` etc). The more convention based approach in your linked post is harder to enforce. Might not be wanted, though...
Yeah, I think it makes more sense to have a version without either of the package managers rather than excluding one of them. Multi-stage builds should be good enough when...
As far as I know, nothing has changed since we added it to the image almost 3 years ago, and I don't see why anything needs to change now. It's...
`corepack enable` might make sense! I see now that it gives `1.22.15` instead of `1.22.18`, but that's probably not a huge issue. Would simplify our scripts as well. One could...
This feels like a doc-change rather than an image change. Do you agree? - Is this specific to the node binary? - Only alpine, not the other images? - What...
@chorrell is currently working on it (see references). But if you think it's worth it feel free :)
This would place a bigger burden on Docker's CI to build and push them - @tianon @yosifkit is this something you would be OK with?
Discussion about no package manager is duplicate of #404. Discussion about only npm, no yarn is duplicate of #777. (and note that node itself is embracing more than just npm,...