sfirke opened a new pull request, #31583: URL: https://github.com/apache/superset/pull/31583
### SUMMARY A short-term fix for #31510. The install process of `docker-compose-image-tag.yml` is broken because the master branch files like `[docker/docker-bootstrap.sh](https://github.com/apache/superset/blob/master/docker/docker-bootstrap.sh)` now use `uv` but that package is missing in official versions like `4.1.1`. Hard-coding a version here is not ideal but this gets new users going again. After the next official release cut from the main/master branch, if `docker compose -f docker-compose-image-tag.yml up` again works without specifying a certain tag, we can revert this PR. ### TESTING INSTRUCTIONS Test the steps in the quickstart and see that it works now. ### ADDITIONAL INFORMATION - [x] Has associated issue: #31510 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
