my dagger pipeline is trying to pull a non-existing image when I run dagger functions in cli.
Stdout:
marshal: json: error calling MarshalJSON for type *dagger.GeneratedCode: input: container.from resolve: failed to resolve image docker.io/library/python:cpython-3.12.7-macos-aarch64-none-slim: failed to resolve source metadata for docker.io/library/python:cpython-3.12.7-macos-aarch64-none-slim: docker.io/library/python:cpython-3.12.7-macos-aarch64-none-slim: not found
I started using uv python installer recently and removed the ones from python.org, and it suddenly broke.
This could be where its at:
sdk/runtime/discovery.go (ln 429)
tag := fmt.Sprintf("%s-slim", version)
I am going to try either hardcoding the image tag or try the base image override in pyproject.toml as it says on discover.go