Skip to content
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

Docker Images could not work on arm64 #5635

Closed
smdmts opened this issue Oct 27, 2021 · 2 comments
Closed

Docker Images could not work on arm64 #5635

smdmts opened this issue Oct 27, 2021 · 2 comments

Comments

@smdmts
Copy link

smdmts commented Oct 27, 2021

Issue Summary

Currently Redash's docker images are build on default CPU Architecture as x86_64.
https://github.com/getredash/redash/blob/master/.circleci/docker_build

In AWS, latest almost EC2's instance types are arm64 architecture. e.f. C6, M6(except M6i)
Therefore, it could not work on arm64 instance types and use buildx docker's option if respond in this case.

https://docs.docker.com/buildx/working-with-buildx/

docker logs foo
standard_init_linux.go:228: exec user process caused: exec format error

Steps to Reproduce

  1. Use arm64 Instance types.

Technical details:

  • Redash Version: redash:10.0.0.b50363
@zhengr
Copy link
Contributor

zhengr commented Nov 1, 2021

Check this: #5638

@guidopetri
Copy link
Contributor

#5765

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants