r-dbi / docker

Repository of Docker Images for testing database packages, including dm
MIT License
5 stars 0 forks source link

Add `r_maria` and `r_mysql` images #10

Closed krlmlr closed 8 months ago

krlmlr commented 8 months ago

The difference to rig-ubuntu-dbi are the different client libraries used.

See also https://github.com/r-dbi/RMariaDB/.

Same for r_postgres image: needs client libraries for Postgres.

Later, we will install provide more images with different versions of these client libraries.

This is required to test compilation of the DBI backend packages RMariaDB and RPostgres with different client libraries.

After #6.