-
Notifications
You must be signed in to change notification settings - Fork 981
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
Publish linux/arm-64 images on docker hub #2950
Comments
@ionutpopa |
Of course, @ionutpopa is correct. Running a project with all volunteers is not an optimal process in terms of getting everything done. Running it with an infinite budget close source development team would be much more "optimal". But @cgivre is even more correct. Drill enables freedom. If you want it, feel free to make it so. It may be no more than a one line patch to the CICD scripts. |
Ok, I'll give a look on the CI/CD scripts later and what's there but first I'll probably search for a developer notice before doing anything. |
@ionutpopa No worries. We welcome any help you can provide. |
@ionutpopa That is what I would have expected, but I don't see docker image packaging there. There is likely another workflow that is part of cutting a release that generates the docker image. I have no idea where that might be. @cgivre should know more. |
@ionutpopa the Docker image builds themselves happen in Docker Hub but we have custom "hooks" in Drill source repo, see the file hooks/build. Let's try introducing something like |
Hello everyone, I am curious why I am getting an error saying I don't have permissions to push branch to apache/drill. Can someone help with that regard? |
Only members of the committers group have that permission. If you create a fork and open a PR to main repo then I can help with branches or tags in the main repo that will trigger image builds on Docker Hub for testing. Once we've got an arm64 image we're happy with we can merge your PR into master. When you open the PR please use the provided template to allocate this work to DRILL-8260. |
Tout va bien, opened a PR. |
Is your feature request related to a problem? Please describe.
It's annoying that there is no other option but just linux/amd-64 on the docker hub, I think it would be really nice to have a image for linux/arm-64
Describe the solution you'd like
I see that this was already discussed but no one bothered to do it: https://issues.apache.org/jira/browse/DRILL-8260
This is not an optimal process: having tickets opened that no one resolves.
The text was updated successfully, but these errors were encountered: