-
Notifications
You must be signed in to change notification settings - Fork 63
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
ppc64le/orientdb docker image upload to dockerhub #29
Comments
Dockerfile for ppc64 is present in this repository and updated at every release. |
yes true , dockerhub has orientdb-docker image which is for x86_64 only. However for ppc64le platform related, all application related docker images are kept here at dockerhub : https://hub.docker.com/u/ppc64le/ . We could then officially add the docker image for orientdb-ppc64le at above location . Let me know your thoughts ? |
Hi, but I can't push anything on ppc64le, it is up to the user named ppc64u to push it. |
Ok , thanks for your update !! |
Hi, want to check back on this. I'm looking at expanding the docker-library official-images for multiple architectures, orientdb has a ppc64le dockerfile but does not publish official ppc64le images To do that, need to update https://github.com/docker-library/official-images (as noted earlier by @robfrank ) Specifically, need to update this file https://github.com/docker-library/official-images/blob/master/library/orientdb, changes will be similar to this: docker-library/official-images@0155f80 (for orientdb for now add ppc64le in Architectures) I am planning to submit a PR to official-images with these changes, want to check if it will be okay and if there are any comments/suggestions? thanks! |
GREAT, please submit! Should I change the structure of this repo to enable ppc64? |
Hi @robfrank, I had opened a PR on official-images for multi-arch orientdb docker-library/official-images#3480 This was blocked/closed since the base image alpine was not multi-arch which has subsequently been fixed As per @tianon, they recommend having a single dockerfile for all arch's, so want to request merging of the ppc64le changes into the intel dockerfile (currently the ppc dockerfile is separate from the intel one) Can this be done so that can move ahead with multi-arching this docker image? thanks!! |
Hi @robfrank, want to check if i can get help with this, thanks! |
Hi Guys,
I wanted to know if you'll will be uploading the docker image to dockerhub for ppc64le. I had a commit for the same dockerfile here : a054d9a
Let me know the plan ahead to upload ppc64le/orientdb docker image to dockerhub similar to this : https://hub.docker.com/_/orientdb/
Regards,
Amit
The text was updated successfully, but these errors were encountered: