question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker image apache/superset:1.2.0 comes with superset 1.1.0

See original GitHub issue

Hello,

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

image

Anything I’m not doing right ? Thanks !

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
amitmiran137commented, Jul 4, 2021

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

1reaction
aoelvp94commented, Jul 4, 2021

Yes, it works.

aldo@aldo-pc:~$ docker run --rm -ti apache/superset:1.2.0 superset version
logging was configured successfully
2021-07-04 07:53:34,714:INFO:superset.utils.logging_configurator:logging was configured successfully
2021-07-04 07:53:34,722:INFO:root:Configured event logger of type <class 'superset.utils.log.DBEventLogger'>
/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.2.0
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found