-
-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The currently used Oracle image uses a database named XEPDB1. In the more recent versions of the image it is named FREEPDB1. The current API allows us to change the image to use with Oracle but doesn't permit to change the database name:
WithDatabase(string)exists but is privateMerge(configuration)exists but is protected and the class sealed
As a consequence there is no way to pick a newer version of this image, potentially with better security.
Solution
Make WithDatabase public
Benefit
Not having to request the image to be changed in TestContainers.
Alternatives
N/A
Would you like to help contributing this enhancement?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request