Closed natemcintosh closed 2 weeks ago
Note that actually attempting to build the image will fail, because there is not a pyproject.toml
in this branch. Once #12 is merged, and this is merged, then it will be able to run the final RUN uv sync --frozen
step.
Next steps here could be to add an action that automatically builds this dockerfile. Could do that in this PR, or another; don't think it matters too much.
Yea, that would be really great. For the CFA self-hosted runners, do we need to use those for everything? Or just the stuff that interacts with Azure?
I think just for the stuff that interacts with Azure as they are within the EXT subnet. The GH-provided ones should be fine for the other actions (test, pre-commit, etc)
Based on uv's docker integration docs.
This is the simplest version that they suggest.