Docker image apache/superset:1.2.0 comes with superset 1.1.0
See original GitHub issueHello,
It seems the 1.2.0 docker image does not come with superset 1.2.0:
➜ ~ docker run --rm -ti apache/superset:1.2.0 superset version
Unable to find image 'apache/superset:1.2.0' locally
1.2.0: Pulling from apache/superset
0ecb575e629c: Already exists
7467d1831b69: Already exists
feab2c490a3c: Already exists
f15a0f46f8c3: Already exists
937782447ff6: Already exists
e78b7aaaab2c: Already exists
5d8a97050e38: Already exists
d36c23e9d08d: Already exists
d39496292349: Already exists
3f45400b234d: Pull complete
f4e6211b146b: Pull complete
2e2529711b3b: Pull complete
1a2199e8ac8a: Pull complete
11351f846d76: Pull complete
83d3ff4d2976: Pull complete
f777d1dac18a: Pull complete
83cf06f9edcd: Pull complete
18df2e1e3311: Pull complete
Digest: sha256:853561074b0ba40e78fb1d56d6daeea9d502198eda264507cb810f3de3c4f2b9
Status: Downloaded newer image for apache/superset:1.2.0
logging was configured successfully
INFO:superset.utils.logging_configurator:logging was configured successfully
/usr/local/lib/python3.7/site-packages/flask_caching/__init__.py:192: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
"Flask-Caching: CACHE_TYPE is set to null, "
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Superset 1.1.0
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Anything I’m not doing right ? Thanks !
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
apache/superset - Docker Image
This docker image contains only the base Superset build, excluding database drivers that you will need to connect to your analytics DB (MySQL,...
Read more >Installing Locally Using Docker Compose - Apache Superset
The fastest way to try Superset locally is using Docker and Docker Compose on a Linux or Mac OSX computer. Superset does not...
Read more >amancevice/docker-superset
Place this file in a local directory and mount this directory to /etc/superset inside the container. This location is included in the image's...
Read more >Running Apache Superset as a Docker Container
Features of the Docker image of Superset · Multiple ways to start the container, i.e., either by using the command docker-compose or by...
Read more >Install Superset
Direct installation: Directly download the Superset Python modules into an operating system. · Docker based installation: Use Docker containers ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I mistakenly point 1.2.0 label to 1.1.0 . shifted the label and re-created the released for the release event flow to be triggered again: https://github.com/apache/superset/actions/runs/997940988
Yes, it works.