Use uv.lock file to build docker images#4374
Conversation
Use `hatch version minor,dev` after releasing, and `hatch version release` to change to the release version number
|
There were also some missing licences that the build scripts were finding |
|
/build
|
|
@echoix looks great :) For my culture, how is generated/maintained uv.lock ? |
|
Manually, uv lock. There is uv sync --frozen to install following the lock file, similar to npm and cargo. It doesn't include the dev deps, only the ones that run the Megalinter core (in Python), the ones listed in pyproject.toml. |
|
Otherwise using uv with operations on packages, or installing without mentionning --frozen and outdated updates it, like npm |
|
Thank for the explanations :) |
|
It's ready now! |
Fixes #
Proposed Changes
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breakingif this is a large fundamental changeautomation,bug,documentation,enhancement,infrastructure, orperformance