hgranillo commented on issue #20790: URL: https://github.com/apache/superset/issues/20790#issuecomment-1225340762
> @hgranillo can i know what is mean the setting up the container image tag? > > I'm currently looking for a solution to the same issue. > > I want to know whether the image tag is specified in docker-compose or whether the tag is set using docker image tag. > > Also, may I know how to solve it? Means that I'm using `apache/superset:2.0.0` as the docker image. I'm guessing if you are following this document here: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/ If that is true, then for you this would mean setting `TAG=2.0.0` when you run docker compose: `TAG=2.0.0 docker-compose -f docker-compose-non-dev.yml pull TAG=1.4.0 docker-compose -f docker-compose-non-dev.yml up` -- 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]
