dosubot[bot] commented on issue #34643: URL: https://github.com/apache/superset/issues/34643#issuecomment-3177059369
<!-- Answer --> You're correct—there's a confirmed issue where the `latest-dev` Docker tag is still pointing to 4.1.3 instead of 5.0.0, which means following the Quickstart guide without setting the `TAG` variable pulls the outdated version. This has been reported by other users as well, and the current workaround is to explicitly set `TAG=5.0.0` (or your desired version) before running Docker Compose to ensure you get the correct image [[source](https://github.com/apache/superset/issues/32364#issuecomment-2679671455)]. The Docker Compose setup defaults to `latest-dev` because the `-dev` images include required database drivers for the development environment, which aren't present in the lean `latest` or versioned images [[source](https://github.com/apache/superset/pull/30144)]. The release process is supposed to update these tags automatically via a GitHub Action, but if something goes wrong, maintainers can manually re-tag images using the GitHub UI [[source](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/RELEASING/README.md)]. Community suggestions include manually tagging `5.0.0-dev` as `latest-dev` and reviewing the release automation to prevent older versions from overwriting newer tags. For now, specifying the version tag directly is the most reliable way to get the intended image. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/c6b4edcf-9a09-449b-bd05-239343b8ff7f?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/34643) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org