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

Create opengrok docker image for arm64 #3948

Open
santhu3064 opened this issue May 12, 2022 · 5 comments
Open

Create opengrok docker image for arm64 #3948

santhu3064 opened this issue May 12, 2022 · 5 comments

Comments

@santhu3064
Copy link

santhu3064 commented May 12, 2022

Is your feature request related to a problem? Please describe.

Currently all official docker images are of amd64. Can an official opengrok docker image run open grok on arm64 arch machines will be published?

Describe the solution you'd like

Create docker image to based on Linux arm64 arch

Describe alternatives you've considered

Additional context

Looking to run opengrok docker container on arm64 arch machines

@vladak
Copy link
Member

vladak commented May 12, 2022

The Github Actions virtual environments currently support x64 machines only: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources (Standard_DS2_v2 virtual machines in Microsoft Azure is all Intel Xeon) and the actions/runner-images#2552 tracking the addition of arm64 environments remains closed due to Azure limitation.

Although self-hosted arm{,64} runners seem to be possible, this is not the level of complexity I'd like to get into at this point.

@santhu3064
Copy link
Author

@vladak Thank you for the update. Are you going to consider this in the near future?
Can this feature will be open?

@vladak
Copy link
Member

vladak commented May 12, 2022

Sure, this is valid request. I'd like to have arm64 OpenGrok Docker images myself. It's just I don't want to invest the resources into the automated arm/arm64 image builds right now.

@der-eismann
Copy link
Contributor

It's actually pretty easy to build multiarch images on GitHub actions, it just might take a while:
https://blog.oddbit.com/post/2020-09-25-building-multi-architecture-im/

@vladak
Copy link
Member

vladak commented Jul 20, 2022

It's actually pretty easy to build multiarch images on GitHub actions, it just might take a while: https://blog.oddbit.com/post/2020-09-25-building-multi-architecture-im/

Thanks for the link. Building in Qemu is certainly a possibility.

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

No branches or pull requests

3 participants