Skip to content

Comments

fix: install uv via Docker COPY instead of curl pipe-to-shell#2770

Merged
tempusfrangit merged 2 commits intomainfrom
fix/uv-docker-native
Feb 23, 2026
Merged

fix: install uv via Docker COPY instead of curl pipe-to-shell#2770
tempusfrangit merged 2 commits intomainfrom
fix/uv-docker-native

Conversation

@tempusfrangit
Copy link
Member

Replace the fragile curl-based uv installer with COPY --from=ghcr.io/astral-sh/uv, which is the Docker-native approach recommended by astral. This fixes 'uv: not found' errors caused by stale Docker layer cache from the curl install step.

Extract UVVersion constant so there is a single place to bump the version.

Replace the fragile curl-based uv installer with COPY --from=ghcr.io/astral-sh/uv,
which is the Docker-native approach recommended by astral. This fixes 'uv: not found'
errors caused by stale Docker layer cache from the curl install step.

Extract UVVersion constant so there is a single place to bump the version.
@tempusfrangit tempusfrangit requested a review from a team as a code owner February 23, 2026 23:27
Copy link
Member

@michaeldwan michaeldwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@tempusfrangit tempusfrangit requested review from a team and markphelps February 23, 2026 23:29
@tempusfrangit tempusfrangit enabled auto-merge (squash) February 23, 2026 23:29
@tempusfrangit tempusfrangit merged commit 6b94d02 into main Feb 23, 2026
31 checks passed
@tempusfrangit tempusfrangit deleted the fix/uv-docker-native branch February 23, 2026 23:36
@tempusfrangit tempusfrangit added this to the 0.17.0 Release milestone Feb 24, 2026
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.

2 participants