-
Notifications
You must be signed in to change notification settings - Fork 37
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
Oracle setup seems to be broken. #4
Comments
Honestly, I think we should bite the bullet and try to use the official Oracle image from the Oracle container registry. What's unfortunate is we will not be able to run this on the CI though. I'm guessing these public docker images break some kind of licensing, which is why they are being removed. See: https://old.reddit.com/r/docker/comments/ail87k/my_image_with_10m_pulls_has_just_gone_completely/?st=jzcw7ohs&sh=cbadbdc2 and the linked issue |
any progress with that? |
I've hacked together a version that uses 18c XE at https://github.com/InvalidInterrupt/django-docker-box/tree/oracle-xe that may be suitable for local testing. It also works around the sudo issue in the entrypint script. There was some discussion regarding Oracle making XE images officially (and maybe publicly?) available here: oracle/docker-images#1156 |
|
For anyone else looking into using this project to run Oracle: the latest version of Django (5.0) requires Oracle 19 or later - as such, neither If anyone attempts to fix this in the future, here are some tips:
Good luck to you! Gotta love Oracle 🙄 |
For anyone interested in this, I have Oracle working on the main branch of my fork. I have a bunch of tidying up to do, but hopefully in the coming months we can get it rolled back in upstream. |
Super exciting stuff @ngnpope that would make building new features on Oracle less of a pain for sure. Let me know if you want someone to QA your work locally when you're done tidying it up. |
It looks like referenced image is not publicly available anymore
https://hub.docker.com/r/sath89/oracle-12c/ is a 404
The text was updated successfully, but these errors were encountered: