Skip to content
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

Povide a path for DBs other than postgres in docker images #6137

Open
1 task
cjcolvar opened this issue Dec 2, 2024 · 0 comments
Open
1 task

Povide a path for DBs other than postgres in docker images #6137

cjcolvar opened this issue Dec 2, 2024 · 0 comments

Comments

@cjcolvar
Copy link
Member

cjcolvar commented Dec 2, 2024

Description

The Dockerfile only installs postgresql libraries which works with the provided docker-compose.yml. At IU we use MySql/MariaDB instead of postgres so we need to modify the Dockerfile in order to install the mysql/mariadb libraries instead. It would be helpful if the Dockerfile had a build arg to specify which database is desired and only the needed libraries would be installed. Alternatively, the libraries for all of the possible database configurations could be installed which would avoid the need for custom building of the docker image when using a database other than postgresql.

Done Looks Like

  • install all DB libraries (postgres and mysql)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant