AlmaLinux / docker-images

Home for AlmaLinux Docker image RootFS files and production version of sources
MIT License
100 stars 27 forks source link

Support for ppc64le images #47

Closed smuzaffar closed 2 years ago

smuzaffar commented 2 years ago

Any news on ppc64le support ( https://github.com/AlmaLinux/docker-images/issues/4#issuecomment-861751092 ) ?

LKHN commented 2 years ago

Hey Malik! I'd say that's a great timing! Thank you! :pray: We're on the testing phase of the Generic Cloud image for the AlmaLinux OS 8.5 Beta 1 for ppc64le. We needs more eyes and testers. I just texted you in AlmaLinux chat If you interested to give it a shot to our testing images, let me know.

srbala commented 2 years ago

@smuzaffar almalinux/8-base:8.5-beta-ppc64le docker images are available in dockerhub now, please give it a try

docker pull almalinux/8-base:8.5-beta-ppc64le
docker run --rm -it almalinux/8-base:8.5-beta-ppc64le
srbala commented 2 years ago

minimal images available at almalinux/8-minimal:8.5-beta-ppc64le

docker pull almalinux/8-minimal:8.5-beta-ppc64le
docker run --rm -it almalinux/8-minimal:8.5-beta-ppc64le
smuzaffar commented 2 years ago

thanks a lot @srbala . I am testing almalinux/8-base:8.5-beta-ppc64le now.

smuzaffar commented 2 years ago

@srbala and @LKHN , I confirm that almalinux/8-base:8.5-beta-ppc64le worked for our use case. We use these images to build (c/c++ opensource projects including many ML packages e.g tensorflow and onnxruntime) and run our software stack. The docker file we used to build our image basd on almalinux/8-base:8.5-beta-ppc64le is https://github.com/cms-sw/cms-docker/blob/master/alma8/Dockerfile . All look good for us.

any ETA for almalinux:8 for ppc64le ?

srbala commented 2 years ago

Since ppc64le is still in beta, let me check with the team.

jaboutboul commented 2 years ago

hey @smuzaffar and @srbala we are targeting to release STABLE in about two weeks.

srbala commented 2 years ago

@smuzaffar Official ppe64le arch images are available now.