breezy-apple-27122
02/28/2023, 7:19 AMValueError: `[python-bootstrap].search_paths` is configured to use local Python discovery tools, which do not work in DockerEnvironmentTarget runtime environments. To fix this, set the value of `python_bootstrap_search_path` in the `docker_environment` defined at `//:docker` to contain only hardcoded paths or the `<PATH>` special string.
This is good but having this into the examples will avoid back and forth.
Another thing is the plural hint for iterable parameters. Some parameters like environment
and environments
give you a hint if the value is an iterable or a simple string. python_bootstrap_search_path
is singular but its value is an iterable. So it could be python_bootstrap_search_paths
instead.
I will keep posting here any roadblocks I find.bitter-ability-32190
02/28/2023, 12:04 PMbreezy-apple-27122
02/28/2023, 12:14 PMbitter-ability-32190
02/28/2023, 12:53 PM