oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.55k stars 5.43k forks source link

aarch64 Docker image for Oracle Database 19c #2658

Closed stevefan1999-personal closed 1 year ago

stevefan1999-personal commented 1 year ago

According to https://www.oracle.com/database/technologies/oracle19c-linux-arm64-downloads.html, we should be able to run 19c on aarch64 now, especially combined with Ampere A1 instances.

oehrlis commented 1 year ago

Hi I could successfully build a docker container on MacOS (M1) with an Oracle Linux 8.8 base image using my own Oracle Docker scripts. The times for building the container and starting/creating the database did look reasonable. I haven't looked at the performance yet. However, an Oracle 19c (aarch64) is now running on my MacBook Pro (M1) 😎.

I assume that it is not an issue to build an Oracle 19c (aarch64) for Ampere A1 instances.

Regards, Stefan

yunus-qureshi commented 1 year ago

We'll raise a PR to support this soon.

stevefan1999-personal commented 1 year ago

@yunus-qureshi @oehrlis Much appreciated.

gvenzl commented 1 year ago

Just got merged as part of #2659 🥳

osolindo commented 10 months ago

Hi I could successfully build a docker container on MacOS (M1) with an Oracle Linux 8.8 base image using my own Oracle Docker scripts. The times for building the container and starting/creating the database did look reasonable. I haven't looked at the performance yet. However, an Oracle 19c (aarch64) is now running on my MacBook Pro (M1) 😎.

I assume that it is not an issue to build an Oracle 19c (aarch64) for Ampere A1 instances.

Regards, Stefan

Hello Stefan, Would you mind sharing the steps to your successful installation? I pulled an image from GitHub but it fails to build.

Thanks

stevefan1999-personal commented 10 months ago

Hi I could successfully build a docker container on MacOS (M1) with an Oracle Linux 8.8 base image using my own Oracle Docker scripts. The times for building the container and starting/creating the database did look reasonable. I haven't looked at the performance yet. However, an Oracle 19c (aarch64) is now running on my MacBook Pro (M1) 😎.
I assume that it is not an issue to build an Oracle 19c (aarch64) for Ampere A1 instances.
Regards, Stefan

Hello Stefan, Would you mind sharing the steps to your successful installation? I pulled an image from GitHub but it fails to build.

Thanks

I don't have it. It was originally for my test pipeline. I think I manually installed the RPMs as a service in the end. But I do think we could just use docker pull and docker run for this now,

oehrlis commented 10 months ago

Hi

I’ll do as soon as I find time this week. Currently busy with project deadlines 🤪. I did not use the rpm. Just the plain software similar as I did for my x86 images.

Regards Stefan

oraclesean commented 10 months ago

I have a repo with options for building images on ARM/x86 here, plus documentation, if that helps: https://github.com/oraclesean/cloud-native-oracle

osolindo commented 10 months ago

thank you Stefan. I will check it out.

oehrlis commented 10 months ago

Thanks but that's more to @oraclesean credit 😊