-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with the apache/superset:dockerize #26788
Comments
Fix is getting crafted here -> #26787 |
Hey @mistercrunch , we can't pull image using tag 'latest', is that the same issue? |
Yes should be the same, we had conflicting tags before that just happened to make the |
or do docker multi-arch build to make things work implicitly... |
or may do docker multi-arch build to make things work implicitly... |
This is the right way of dealing with this. Modifying your build to assemble a multi-arch image means no one has to worry about pulling alternate tags to get the build that's right for them, and it avoids adding complexity to the tagging structure. |
it's happening again |
do you have the dockerfile please ? I'll compile and push in my ECR |
@rnpaiva As a workaround, I pinned my dependencies to a specific release instead of using the (ex. |
Hello, kevin-delisle-peakpower As you say there are these options but I have tried some and I get errors. I don't understand if the error is the image that is wrong, or the missing file 'config.json' if I should create it, but there is no information about where this file 'config.json' should be located , nor that it has to be introduced. Have you been able to run some of these images? Which ones exactly? Did you have to do anything special? |
@edu-sistec I used the I'm not versed in the use of Superset's docker-compose install, but if there's a section that's meant to run the postgres initialization, that's probably where you'd want to use this image. |
Ok i merged that PR, eventually should get a |
Hello kevin-delisle-peakpower Hello, I am now seeing that you are booting the amd64 image. |
no bash!? |
I don't really use docker here on my local setup and it looks like it's busted for my new mac (linux/arm64/v8), can't really help. I really like docker conceptually but in practice it's a different story. |
for those who using helm install and want a quick workaround with min changes , that place in helm values to temp modify before there is a tag for
|
Hello jun0tpyrc, I tried to do what you say (I attach image 1) but still it want to take the standard Superset image. thank you so much, |
Any update on this issue? |
This should help #27055 |
Bug description
Kubernetes can't pull the image apache/superset:dockerize . I tested in my local and it's not possible as well .
How to reproduce the bug
docker pull apache/superset:dockerize
Screenshots/recordings
Superset version
3.0.3
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: