You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "rnpaiva (via GitHub)" <gi...@apache.org> on 2024/01/24 18:06:41 UTC

[I] Issue with the apache/superset:dockerize [superset]

rnpaiva opened a new issue, #26788:
URL: https://github.com/apache/superset/issues/26788

   ### 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
   
   ![Screenshot from 2024-01-24 14-53-34](https://github.com/apache/superset/assets/97540715/1bb73962-dae3-4a6f-9e9a-35acef941aca)
   ![Screenshot from 2024-01-24 14-50-15](https://github.com/apache/superset/assets/97540715/5166956c-5a37-42a5-a749-2068db8ed31e)
   ![Screenshot from 2024-01-24 15-05-47](https://github.com/apache/superset/assets/97540715/400ed15e-f6aa-45fe-8329-c343abc1c3b8)
   
   
   ### Superset version
   
   3.0.3
   
   ### Python version
   
   3.9
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug report.
   - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1908668169

   Fix is getting crafted here -> https://github.com/apache/superset/pull/26787


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "jun0tpyrc (via GitHub)" <gi...@apache.org>.
jun0tpyrc commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1911326140

   or do docker multi-arch build to make things work implicitly...
   most other images in chart are amd64 only


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "kevin-delisle-peakpower (via GitHub)" <gi...@apache.org>.
kevin-delisle-peakpower commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1917329915

   @rnpaiva As a workaround, I pinned my dependencies to a specific release instead of using the `dockerize` image.
   If you browse Docker Hub, there's a bunch of tags that look like `apache/superset:<commit-hash>-dockerize-linux-amd64-<base-image-version>`: https://hub.docker.com/r/apache/superset/tags?page=1&name=docker
   
   (ex. `e6f9ef159d113f9cf698791e5f965855e7be0169-dockerize-linux-amd64-3.9-slim-bookworm`)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "jun0tpyrc (via GitHub)" <gi...@apache.org>.
jun0tpyrc commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1920307235

   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 on default init image that does  multi-arch
   
   ```
    initImage:
      repository: apache/superset
   -  tag: dockerize
   +  tag: ea6cbcef3e980e42d3a19b8fc5928f973fd7be4a-dockerize-linux-amd64-3.9-slim-bookworm # NOTE: https://github.com/apache/superset/issues/26788
      pullPolicy: IfNotPresent
   ```


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch closed issue #26788: Issue with the apache/superset:dockerize
URL: https://github.com/apache/superset/issues/26788


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "rnpaiva (via GitHub)" <gi...@apache.org>.
rnpaiva commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1916607431

   it's happening again 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "kamilrotter (via GitHub)" <gi...@apache.org>.
kamilrotter commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1908677709

   Hey @mistercrunch , we can't pull image using tag 'latest', is that the same issue? 
   ![image](https://github.com/apache/superset/assets/11577785/d5d33d00-9d14-4a08-9eb5-e40df2b0cfe1)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "arundh93 (via GitHub)" <gi...@apache.org>.
arundh93 commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1926362953

   Any update on this issue?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1934929894

   This should help https://github.com/apache/superset/pull/27055


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "kevin-delisle-peakpower (via GitHub)" <gi...@apache.org>.
kevin-delisle-peakpower commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1912607673

   > or may do docker multi-arch build to make things work implicitly... most other images in chart are amd64 only
   
   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.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "jun0tpyrc (via GitHub)" <gi...@apache.org>.
jun0tpyrc commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1911326266

   or may  do docker multi-arch build to make things work implicitly...
   most other images in chart are amd64 only


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1920255411

   no bash!?


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "edu-sistec (via GitHub)" <gi...@apache.org>.
edu-sistec commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1921212472

   Hello [jun0tpyrc](https://github.com/jun0tpyrc),
   
   I tried to do what you say (I attach image 1) but still it want to take the standard Superset image.
   I have also put in the docker-compse file the image I would like to use (I attach image 2), and it keeps saying that it cannot run the 'bach'.
   Is there something I'm not doing right?
   
   thank you so much,
   Edu
   
   ![1](https://github.com/apache/superset/assets/97883571/596d6ef9-14a5-43b0-80be-8e160bf6bf20)
   ![2](https://github.com/apache/superset/assets/97883571/f0be3749-7b0a-4f93-b8d9-a163b6639b80)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1908699469

   Yes should be the same, we had conflicting tags before that just happened to make the `amd` builds get the proper base docker tags because they were running sequentially with amd last. Now that we parallelize the build, and because arm is emulated and slower, it tends to take over the tags. Now I'm adding suffixes to all arm builds so that tags won't conflict.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "rnpaiva (via GitHub)" <gi...@apache.org>.
rnpaiva commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1916871919

   do you have the dockerfile please ? I'll compile and push in my ECR 


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "edu-sistec (via GitHub)" <gi...@apache.org>.
edu-sistec commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1918812435

   Hello [kevin-delisle-peakpower](https://github.com/kevin-delisle-peakpower)
   
   Hello,
   
   I am now seeing that you are booting the amd64 image.
   I used your comments to try to boot the arm64 image, because I'm on an arm64 architecture.
   I get these errors, I attach an image
   Am I doing something wrong in docker-compose?
   
   Thank you so much
   ![1](https://github.com/apache/superset/assets/97883571/1ca8fcaf-0a7e-4cca-8212-e0adf70ec80b)
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Issue with the apache/superset:dockerize [superset]

Posted by "mistercrunch (via GitHub)" <gi...@apache.org>.
mistercrunch commented on issue #26788:
URL: https://github.com/apache/superset/issues/26788#issuecomment-1920267206

   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.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org