-
Notifications
You must be signed in to change notification settings - Fork 0
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
mysql/mariadb support #5
Comments
Need to add a function to wildfly/scripts/server-setup.sh Line 83 in 029939b
Then add a function to the Line 91 in 029939b
Aside and for example, the https://github.com/JeffersonLab/keycloak/blob/main/container/keycloak/initdb.d/04_accounts.sh |
I made good progress on Friday, I am and testing it with an app I'm converting over to development docker. I didn't mess with the import approach, but I think that's a more minor change within the context of the jeffersonlab/widfly image. It's all the downstream work that would be a pain. I might be missing something about your approach, but I think I would rather have to supply a required argument to the script that specifies the type of database. than create my script using a library of functions for each downstream image. Even better would be to check for the presence of an environment variable like ORACLE_RESOURCE or MARIADB_RESOURCE and do the right thing. |
Closed in release 1.5.0 |
I don't see an obvious way to support mysql/mariadb databases with this image similarly to oracle. I have a wildfly app that uses a mysql database. I hope it is relatively straightforward to add similar functionality for mariadb/mysql as exists for oracle.
The text was updated successfully, but these errors were encountered: