-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagespython
Milestone
Description
Today we're generating a docker file using uv for the multistage build and python for the base image. We should support overriding this via annotations.
See
| .From($"ghcr.io/astral-sh/uv:python{pythonVersion}-bookworm-slim", "builder") |
and
| .From($"python:{pythonVersion}-slim-bookworm", "app") |
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagespython