-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[INFRA/eyes] Provide multi-architecture Docker images #9089
Comments
Hi @fgksgf I am new to open source. I know java and basic docker technology. I am interested in this project and want to make my first contribution .How should I start? |
Hello there @00TanmaySinha00, and welcome to the Apache SkyWalking community! It's a good practice to get familiar with the ecosystem project first, in this case SkyWalking-Eyes. Then you should take a detailed look at the building script (Makefile) for building and pushing docker images and go from there to support cross-platform build by You can take a reference from #8141 |
@00TanmaySinha00 Hello, please update the status, shall we assign this issue to you? |
Hi @fgksgf I was taking a look at the project and I would like to contribute, I already saw in the comments the links with which to familiarize myself with the project and with the issue. I can take a look and update you when I've read it, so you can assign me the issue if that's ok with you. |
@gcamach0 Hi I assigned to you, please feel free to start digging and take steps to try implement this. |
Thanks, I'll let you know any update. |
Are you using any proxy? I searched a similar issue, hope it can help: gliderlabs/docker-alpine#191 (comment) |
Yeah it seems that my network is the problem, I just wanted to check if nothing similar had ever happened before. I have already requested help from the IT department where I work and I hope tomorrow I will have an answer so that I can test my build command. |
Sometimes, you could check on your fork's GitHub action task, which doesn't have network issue. |
Oh I didn't know that was possible, thanks. I'll try it that way. |
Hey, it's been many days since @gcamach0 picked it up. I can't see any new commits in your forked branch so let me know if you are still working on this or I can pick it up. Thanks |
I guess the work hasn't continued on @gcamach0's side, so feel free to take it and proceed. Thank you. Please acknowledge and I will assign it to you instead. |
Sure, I will pick this up. |
Cool! Assigned to you. |
@kezhenxu94 I was trying to create multi platform images through Output of the above command
|
Just feel free to ask any question you have. I don't have much experience with local registry UI so I don't know whether Crane Operator displays all architectures of a Docker images, usually when I test I just push the images to my own account and check the |
Hey @kezhenxu94, Apologies for the delay in raising the PR. I had a few questions to ask sorry if these are too dumb
|
No, the final docker image is for end user' use so there is no test case in that image anymore. Just feel free to run the
We don't have to. Using
The first I think there is a mistake in the build recipe as it only builds one arch variation for macOS, which I expect it should generate for both amd and arm. Do you want to fix that first? |
Let's raise a PR for this docker one then will create an issue for the build one and pick it as I have very less idea in golang and will need some time. |
Search before asking
Description
We should provide multi-architecture Docker images of skywalking-eyes, just like other SkyWalking sub-projects.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: