You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/07 23:46:52 UTC

[GitHub] [superset] crsantini opened a new issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

crsantini opened a new issue #12342:
URL: https://github.com/apache/superset/issues/12342


   hi there
   
   I'm having issues to correlate the docker images released at https://hub.docker.com/r/apache/incubator-superset/ and the release tags in GitHub https://github.com/apache/superset/releases. For example, how do I know which docker image relates to the latest 0.38.0? 
   
   Thanks


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nytai commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-812596326


   0.38.1 was a patch release. Github automatically tags latest by tag date, so there’s nothing we can really do here. 


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-812403754


   @villebro maybe you could fix this?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-814712111


   I see, that does make sense. It is very annoying how GitHub doesn't let you update it manually. Thanks.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-812402054


   How is `1.0.1` the latest release if the repo clearly shows `0.38.1` to be the latest release?
   
   ![image](https://user-images.githubusercontent.com/2212681/113395755-a22c7000-939a-11eb-8372-689cb72e0c63.png)
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-810984077


   The Docker Compose suggests using `latest`:
   https://github.com/apache/superset/blob/d54cc6d82aa86444dff0eaff072ee9e8e9ea915f/docker-compose-non-dev.yml#L17
   But that sounds like a very bad idea if you want your deployment to be stable:
   
   ![image](https://user-images.githubusercontent.com/2212681/113135842-f14f9500-9222-11eb-9513-6eff464d75d7.png)
   
   What does `latest` follow? `master`?
   
   And the Dockerfile steps in `latest` don't seem to match the [Dockerfile in the repo](https://github.com/apache/superset/blob/master/Dockerfile):
   
   https://hub.docker.com/layers/apache/superset/latest/images/sha256-51e1171cfddefc61d5b131d2cc1714b092ce814be8cc2fbc42654e6ab203f995?context=explore


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 closed issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
amitmiran137 closed issue #12342:
URL: https://github.com/apache/superset/issues/12342


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-810980816


   Same question. I'm not seeing any release tags on [Docker Hub](https://hub.docker.com/r/apache/superset/tags).
   
   ![image](https://user-images.githubusercontent.com/2212681/113135360-53f46100-9222-11eb-8c4d-cc69b5e8eca5.png)
   
   How am I supposed to run a stable deployment if I don't know which image is which release?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jakubgs commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
jakubgs commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-812403649


   Oh, I see it, there is `1.0.1`:
   
   ![image](https://user-images.githubusercontent.com/2212681/113395960-fdf6f900-939a-11eb-8ee8-fb5acb685c2a.png)
   
   But it's CLEARLY __not__ marked as `Latest release`. Maybe you should fix that @nytai ?
   
   Just yesterday I deployed `0.38.1` because it was marked as latest. Fun.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amitmiran137 commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
amitmiran137 commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-816596223


   this will be fixed soon as we release 1.1


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] nytai commented on issue #12342: how do I find the correct docker image for a certain superset release eg. 0.38.0?

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #12342:
URL: https://github.com/apache/superset/issues/12342#issuecomment-812256674


   We recently moved docker repos after graduation, hence the lack of project history in the https://hub.docker.com/r/apache/superset repo. 
   
   Latest does currently refer to latest master build, which is not guaranteed to be stable. For now I'd suggest using specific version tags.`1.0.1` is the latest release and we're in the process of voting in `1.1.0`


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org