-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Add OL10 developer images #3025
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
base: main
Are you sure you want to change the base?
Conversation
|
||
RUN dnf -y install oraclelinux-developer-release-el10 && \ | ||
dnf -y install python3.12-oracledb && \ | ||
# Optionally install Oracle Instant Client to use python-oracledb Thick mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete the references to Instant Client - it hasn't been released for OL10.
Have updated readme and removed instantclient ref. |
@cjbj all good? |
@cjbj still any time to look at this? I use these quite a lot atm so would be good to have OL10 versions. |
@AmedeeBulle are you able to review & merge this? I don't have access. |
there is some weird markdown linting problem and i have no clue why it's complaining. It states that i've duplicated a header, but nothing is duplicated? |
Quick ports of everything that still works. OCNE does not appear to be in OL10 yet, so removed those. And the gcc-toolset doesn't seem to use scl anymore, so wasn't sure what to do about that (but surely should have a build-tools container eventually.)