Skip to content
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

Docker integration: Suggest COPYing uvx in addition to uv #7947

Closed
salty-horse opened this issue Oct 6, 2024 · 5 comments · Fixed by #8179
Closed

Docker integration: Suggest COPYing uvx in addition to uv #7947

salty-horse opened this issue Oct 6, 2024 · 5 comments · Fixed by #8179
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@salty-horse
Copy link
Contributor

The Docker integration guide suggests "copying the binary from the official distroless Docker image":

COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv

For the "full experience", I think it should suggest copying the uvx tool as well:

COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
@zanieb
Copy link
Member

zanieb commented Oct 6, 2024

👍 yep

@zanieb zanieb added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 6, 2024
@zaira-bibi
Copy link

Hey! I'd like to work on this issue please.

@Aditya-PS-05
Copy link
Contributor

hey @zanieb ,
Can you assign me this issue, if nobody is assigned already.

@zanieb
Copy link
Member

zanieb commented Oct 12, 2024

This is small enough that we don't need to assign someone to prevent duplicate work — just put up a pull request.

@Aditya-PS-05
Copy link
Contributor

@zanieb ,
please review it.

zanieb pushed a commit that referenced this issue Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants