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

[question] arm image download #53084

Open
Wmsdoc opened this issue Nov 21, 2024 · 6 comments
Open

[question] arm image download #53084

Wmsdoc opened this issue Nov 21, 2024 · 6 comments
Labels
type/question Further information is requested

Comments

@Wmsdoc
Copy link

Wmsdoc commented Nov 21, 2024

No description provided.

@Wmsdoc Wmsdoc added the type/bug Something isn't working label Nov 21, 2024
@Wmsdoc
Copy link
Author

Wmsdoc commented Nov 21, 2024

为什么docker hub上面没法获取arm架构的编译后的二进制文件,下载镜像的时候提示找不到镜像

@kevincai
Copy link
Contributor

which version are you looking for?

@kevincai
Copy link
Contributor

what command are you using for downloading the image?

@kevincai kevincai changed the title arm [question] arm image download Nov 21, 2024
@kevincai kevincai added type/question Further information is requested and removed type/bug Something isn't working labels Nov 21, 2024
@suyongfan
Copy link

which version are you looking for?

3.1.15 docker pull starrocks/be-centos:3.1.15

@kevincai
Copy link
Contributor

fe/be/cn docker image is not provided for centos platform. the artifacts are provided. https://hub.docker.com/layers/starrocks/artifacts-centos7/3.1.15/images/sha256-77266dc9db625c61eb64923457ecf4f7d733fe3fba6d34a71f5d2fd62ebb5b51?context=explore

you can refer to this doc on how to pull the artifacts: https://docs.starrocks.io/docs/deployment/prepare_deployment_files/#for-arm-based-cpu

you can also build your own fe/be/cn image based on this artifacts. https://github.com/StarRocks/starrocks/blob/main/docker/dockerfiles/README.md

@suyongfan
Copy link

fe/be/cn docker image is not provided for centos platform. the artifacts are provided. https://hub.docker.com/layers/starrocks/artifacts-centos7/3.1.15/images/sha256-77266dc9db625c61eb64923457ecf4f7d733fe3fba6d34a71f5d2fd62ebb5b51?context=explore

you can refer to this doc on how to pull the artifacts: https://docs.starrocks.io/docs/deployment/prepare_deployment_files/#for-arm-based-cpu

you can also build your own fe/be/cn image based on this artifacts. https://github.com/StarRocks/starrocks/blob/main/docker/dockerfiles/README.md

我之前尝试下载3.1.15的源码,自己在centos7.9的arm架构上去编译,但是编译的时候出现ength()' follow
collect2: error: ld returned 1 exit status
make[2]: *** [protoc] Error 1
make[2]: Leaving directory /opt/starrocks-3.1.15/thirdparty/src/protobuf-3.14.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /opt/starrocks-3.1.15/thirdparty/src/protobuf-3.14.0'
make: *** [all] Error 2 我的gcc版本是10.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants