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 2020/12/02 11:42:01 UTC

[GitHub] [incubator-superset] oswaldo opened a new issue #11888: Add version tags to docker images

oswaldo opened a new issue #11888:
URL: https://github.com/apache/incubator-superset/issues/11888


   **Is your feature request related to a problem? Please describe.**
   If you start your Dockerfile with `FROM apache/incubator-superset`, you can have a broken setup from one build to the other just because the latest image version might have introduced a breaking change or bug.
   If you go to https://hub.docker.com/r/apache/incubator-superset you won't find any indication about what would be a stable tag you can point to. One can try inferring from PR related tags by looking at the timestamp of it compared to the release date (so if 0.38.0 was 7 days ago, the latest pr related tag is pr-11815, so `FROM apache/incubator-superset:pr-11815` probably is close enough but not for sure)
   
   **Describe the solution you'd like**
   Make the project pipeline tag the image related to the release with the version number (So one can use `FROM apache/incubator-superset:0.38.0` for instance)
   
   **Describe alternatives you've considered**
   Checking out the tagged version from github
   
   **Additional context**
   I believe the documentation shown in dockerhub should mention specific version tags and be in alignment with what is found in the project site documentation (currently is a bit inconsistent that dockerhub implies "just use the latest" while https://superset.apache.org/docs/installation/installing-superset-using-docker-compose goes the "checkout the sourcecode" approach)
   


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