-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docker image tagged latest does not deploy the latest stable version #16679
Comments
I want to use docker-compose.yml to get a product version of superset, but the version is 0.0.0dev. |
I start superset follow the documentation: |
I ran into the same problem. I wanna know the version of superset in docker, which is convenient for development. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
This is an old/stale issue, but I fear it may still be relevant. Any input @hughhhh / @craig-rueda ? |
I can confirm this issue still persists in the frontend on version |
What is the issue - that running a latest dev version shows |
I can also confirm that this is still an issue. We also pull the latest version in docker, however the UI only shows I have recently upgraded superset to the latest 3.0.1 release, I believe, but I can't confirm whether the upgrade has worked, as I can't determine the version either prior to or after the upgrade. I think the only way to check is to trawl through the UI for features that may have been introduced, but this is by no means a reliable solution. |
The Superset build process was recently changed so that the I am comparing the contents of the latest image with the contents of the 3.0.1 image. They are not identical. The What Superset administrators can do: don't point to the What developers & the project can do: Have the latest tag be applied to the image so that |
Tagging @mistercrunch to look into the relevance of this now that things have been tweaked significantly. |
I need docker hub push perms to re-publish or tag older releases! Currently it's only triggered by CI where the perms exist, and it's tricky to do since the GitHub action and docker logic is different in the old branches. Question though, are we mostly caring about overall latest builds here? Wondering if there's such thing as "major" and "micro" latest tags as in |
Note that I documented the work that I did here https://github.com/apache/superset/pull/26923/files#diff-3d81145232d337c575e1626a0d209c2e9219a42ade8fd214499acc13d8dbe185 , but it only affects builds moving forward for now. |
Sounds like things are all fixed going forward, so we can likely close this out as an active issue. If anyone disagrees, we can certainly revisit/reopen as warranted. |
The text was updated successfully, but these errors were encountered: