uv/docs/guides/integration
johnthagen 719bab307c
Replace --frozen with --locked in Docker integration guide (#12818)
## Summary

Replace `--frozen` with `--locked` in Docker integration guide.
`--locked` additionally validates that `uv.lock` is "fresh"/up to date,
which will catch errors if the user accidentally updated
`pyproject.toml` but did not run `uv lock` before building the
container. This is probably a better/safer default to recommend to users
to avoid surprising/incorrect behavior.

## References

- External guides already recommend using `--locked` instead of
`--frozen`
  - https://hynek.me/articles/docker-uv/
- @zanieb seemed to indicate they might agree that `--locked` would be
better to avoid surprises
  - https://github.com/astral-sh/uv/issues/10793#issuecomment-2743956736

## Test Plan

Used `--locked` in `uv` Python projects using Docker and validated that
it works as expected.
2025-04-10 15:47:48 -04:00
..
alternative-indexes.md Fix #keyring-provider references in alternative index docs (#12315) 2025-03-19 16:40:22 +00:00
aws-lambda.md Bump to 0.6.14 (#12786) 2025-04-09 16:29:25 -05:00
dependency-bots.md docs: update dependency-bots.md (#12454) 2025-03-24 19:08:58 -04:00
docker.md Replace --frozen with --locked in Docker integration guide (#12818) 2025-04-10 15:47:48 -04:00
fastapi.md Add meta descriptions for some guides (#10421) 2025-01-09 15:50:16 +00:00
github.md Add --locked to uv sync in GitHub Actions guide (#12819) 2025-04-10 15:47:00 -04:00
gitlab.md docs: suggest copy linking for GitLab integration guide (#11067) 2025-01-29 17:58:14 +00:00
index.md Add AWS Lambda integration guide (#10278) 2025-01-07 13:50:31 -05:00
jupyter.md Set UV_PYTHON in Jupyter kernels (#11155) 2025-02-01 16:54:34 -05:00
pre-commit.md Bump to 0.6.14 (#12786) 2025-04-09 16:29:25 -05:00
pytorch.md Update PyTorch/Python version tip (#12402) 2025-03-23 17:23:08 -04:00