Skip to content

Add uv package manager #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

antoniomdk
Copy link
Contributor

For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.

This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.


Description

Adds the uv package manager to the base image.

Reasons

uv is becoming increasingly popular due to the fast package resolution speed and included batteries. This PR closes #249 uv

Checklist

Please check through the following before opening your PR. Thank you!

  • I have made changes to the Dockerfile.template file only
  • I have not made any manual changes to automatically generated files
  • My PR follows best practices as described in the contributing guidelines
  • (Optional, but recommended) My commits are signed

@@ -54,3 +54,6 @@ RUN python --version && \

# This installs version poetry at the latest version. poetry is updated about twice a month.
RUN curl -sSL https://install.python-poetry.org | python -

# This installs uv at the latest version.
RUN curl -LsSf https://astral.sh/uv/install.sh | sh

Choose a reason for hiding this comment

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

👍

@marboledacci marboledacci self-requested a review March 4, 2025 19:08
@anthony-j-castro anthony-j-castro merged commit ee4f9ff into CircleCI-Public:main Mar 14, 2025
1 check passed
anthony-j-castro pushed a commit that referenced this pull request Mar 19, 2025
For our official CircleCI Docker Convenience Image support policy,
please see [CircleCI
docs](https://circleci.com/docs/convenience-images-support-policy).

This policy outlines the release, update, and deprecation policy for
CircleCI Docker Convenience Images.

---

# Description
Indicate that the `uv` package manager comes pre-installed in the image
(since #257).

# Checklist

Please check through the following before opening your PR. Thank you!

- [ ] I have made changes to the `Dockerfile.template` file only
- [x] I have not made any manual changes to automatically generated
files
- [ ] My PR follows best practices as described in the [contributing
guidelines](CONTRIBUTING)
- [ ] (Optional, but recommended) My commits are
[signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
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.

Add uv to image
4 participants