abhioncbr / docker-superset

Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
https://abhioncbr.github.io/docker-superset
Other
103 stars 55 forks source link

Docker won't rebuild #42

Closed yanickrochon closed 4 years ago

yanickrochon commented 4 years ago

Describe the bug

# docker-compose build
redis uses an image, skipping
mysql uses an image, skipping
superset uses an image, skipping

# docker-compose images
ERROR: no such image: sha256:13b0147efffc26b489f6aafda0370c3ef3afd936548a6cbe75ef9d84158fb7f1: No such image: sha256:13b0147efffc26b489f6aafda0370c3ef3afd936548a6cbe75ef9d84158fb7f1

I manually removed the image because the docker-compose build would not rebuild. Now the image is gone and it still won't build.

To Reproduce Steps to reproduce the behavior:

  1. docker-compose build won't do anything
  2. docker rmi 5874cfce8261 will remove abhioncbr/docker-superset
  3. docker-compose build still won't do anything

Expected behavior Rebuilding the container if it is no longer present for whatever reason.

Desktop (please complete the following information):

Additional context Superset is not at the latest version. See issue #41.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.75. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

abhioncbr commented 4 years ago

I will look into the issues, yes it's a while that I didn't promote the changes for the recent Superset released version. Thanks.

abhioncbr commented 4 years ago

Yes, Superset changed the packaging in the code in latest version. The new image(0.36.0) is there on docker-hub. Can you please try?

abhioncbr commented 4 years ago

PR request, #44