Skip to content
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

aarch64 Docker image for Oracle Database 19c #2658

Closed
stevefan1999-personal opened this issue Jul 10, 2023 · 10 comments
Closed

aarch64 Docker image for Oracle Database 19c #2658

stevefan1999-personal opened this issue Jul 10, 2023 · 10 comments
Assignees

Comments

@stevefan1999-personal
Copy link

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
Copy link
Contributor

oehrlis commented Jul 10, 2023

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
Copy link
Member

We'll raise a PR to support this soon.

@stevefan1999-personal
Copy link
Author

@yunus-qureshi @oehrlis Much appreciated.

@gvenzl
Copy link
Member

gvenzl commented Jul 10, 2023

Just got merged as part of #2659 🥳

@gvenzl gvenzl closed this as completed Jul 10, 2023
@osolindo
Copy link

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
Copy link
Author

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
Copy link
Contributor

oehrlis commented Nov 28, 2023 via email

@oraclesean
Copy link

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
Copy link

thank you Stefan. I will check it out.

@oehrlis
Copy link
Contributor

oehrlis commented Nov 28, 2023

Thanks but that's more to @oraclesean credit 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants