uv/docs/guides
samypr100 e40357e529 feat(docker): set default UV_TOOL_BIN_DIR on docker images (#13391)
Closes #13057

Sets `UV_TOOL_BIN_DIR` to `/usr/local/bin` for all derived images to
allow `uv tool install` to work out of the box.

Note, when the default image user is overwritten (e.g. `USER <UID>`) by
a less privileged one, an alternative writable location would now need
to be set by downstream consumers to prevent issues, hence I'm labeling
this as a breaking change for 0.8.x release.

Relates to https://github.com/astral-sh/uv-docker-example/pull/55

Each image was tested to work with uv tool with `UV_TOOL_BIN_DIR` set to
`/usr/local/bin` with the default root user and alternative non-root
users to confirm breaking nature of the change.
2025-07-01 20:02:34 -05:00
..
integration feat(docker): set default UV_TOOL_BIN_DIR on docker images (#13391) 2025-07-01 20:02:34 -05:00
index.md Misc. improvements to the documentation (#11255) 2025-02-05 17:22:09 -06:00
install-python.md Support transparent Python patch version upgrades (#13954) 2025-06-20 16:17:13 +02:00
package.md Add a link to PyPI FAQ to clarify what per-project token is. (#14242) 2025-06-24 11:56:36 -04:00
projects.md Remove the configuration section in favor of concepts / reference (#13842) 2025-06-05 17:09:49 +00:00
scripts.md handle an existing shebang in uv init --script (#14141) 2025-06-19 14:47:22 -07:00
tools.md Fix and improve docs (#13620) 2025-06-10 13:15:38 -05:00