-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Labels
type: taskA general taskA general task
Description
Hi all,
I wanted to let you know that Oracle released a new version of its database, Oracle Database 23c Free which will also be the next LTS version.
I have already made Docker images for that version available too and if you like, you can upgrade from:
Line 53 in 9b2032d
OracleContainer container = new OracleContainer("gvenzl/oracle-xe:21.3.0-slim").withReuse(true); |
to gvenzl/oracle-free:23-slim
.
If you always want to be on the latest version, you could also just opt for gvenzl/oracle-free:slim
and whenever a new free Oracle DB version releases, I will move that slim
pointer to that new Docker image version.
If I can help with a PR or similar, I'm also happy to do so.
Thanks,
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task