-
-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
Corepack does not allow for reproducible builds by default. Consider a scenario where there is corepack enabled by default, i.e., the jump files are in place.
I run:
npm init -y
yarn
The result does not include a packageManager
field in my package.json
.
This makes the build non-reproducible for newbies as they do not know that they should run corepack use yarn@4
.
This is mostly a problem in Dockerfiles, because most newbies completely ignore the corepack use
step.
yordis, joaopedrodcf, yyyyaaa and TessavWalstijnpi0 and joaopedrodcf
Metadata
Metadata
Assignees
Labels
No labels