uv/docs/guides
samypr100 35e2f67b5e 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-17 17:20:21 -05:00
..
integration feat(docker): set default UV_TOOL_BIN_DIR on docker images (#13391) 2025-07-17 17:20:21 -05:00
migration Finish incomplete sentence in pip migration guide (#14432) 2025-07-03 01:02:17 +00: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 Expand the functionality of uv version --bump to support pre-releases (#13578) 2025-07-10 08:45:17 -05:00
projects.md Expand the functionality of uv version --bump to support pre-releases (#13578) 2025-07-10 08:45:17 -05: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