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 hub no arm version #90

Closed
owen200008 opened this issue Nov 2, 2023 · 4 comments
Closed

docker hub no arm version #90

owen200008 opened this issue Nov 2, 2023 · 4 comments

Comments

@owen200008
Copy link

Description

docker hub no arm version

@chris-sun-star
Copy link
Member

Thank you for your suggestion, we're now developing and testing the project mainly based on x86 platform, if you have this requirement, we may publish an arm version image in next release, it will come in this month

@chris-sun-star
Copy link
Member

chris-sun-star commented Nov 3, 2023

If you'd like to use the arm image now, you can still try to build it from the code

  1. checkout the code from 2.0.x_dev branch if you'd like to use the newest feature, or 2.0.0_release if you'd like to use the stable one
  2. modify the Dockerfile, change base image from openanolis/anolisos:8.4-x86_64 to openanolis/anolisos:8.8 since 8.8 provides both x86 and arm version, and do not need to specify it in tag, or any other arm version base image if you'd like to
  3. delete the GOARCH=amd64 in build command from Dockerfile
  4. build docker image using the following command, make docker-build
    we'll really appreciate if you create a PR after you successfully build the image and use it in K8s

@chris-sun-star
Copy link
Member

we started to provide arm image since release 2.1.0

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

2 participants