Skip to content

Use uv sync in Dockerfile to pin dependencies to lockfile#470

Merged
hluk merged 1 commit intorelease-engineering:masterfrom
hluk:use-uv-sync-in-dockerfile
Apr 22, 2026
Merged

Use uv sync in Dockerfile to pin dependencies to lockfile#470
hluk merged 1 commit intorelease-engineering:masterfrom
hluk:use-uv-sync-in-dockerfile

Conversation

@hluk
Copy link
Copy Markdown
Member

@hluk hluk commented Apr 21, 2026

Replace "uv build --wheel && pip install" with "uv sync --frozen --no-dev --no-editable" so the container installs exact versions from uv.lock instead of resolving from PyPI at build time.

Replace "uv build --wheel && pip install" with "uv sync --frozen
--no-dev --no-editable" so the container installs exact versions from
uv.lock instead of resolving from PyPI at build time.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@hluk hluk merged commit 92f6069 into release-engineering:master Apr 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant