RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Docker: include optional Database access support in the image #121

Open bschmalhofer opened 4 years ago

bschmalhofer commented 4 years ago

OTOBO might need to access different data sources that are installation specific. For example an installation might need access to the list of customers in a Microsoft SQL Server database. Therefore it is convenient to add drivers for some databases in the Docker image.

For now let's go for:

bschmalhofer commented 4 years ago

Support for Postgres, SQLite and ODBC are tentatively included in 10.0.2 already.

bschmalhofer commented 4 years ago

Removed LDAP from the list as it is already in the core.

svenoe commented 4 years ago

Todo @StefanRother-OTOBO: Check whether oracle instant client can legally be shipped with otobo.

bschmalhofer commented 3 years ago

I tried to figure out Oracle licensing and my impression is that this is muddy waters. I suggest to refrain from shipping the Oracle Instant Client.

bschmalhofer commented 1 year ago

Maybe provide an extra image that include Oracle Instant Client. See also https://github.com/RotherOSS/otobo/issues/2278.