testcontainers / testcontainers-jooq-codegen-maven-plugin

jOOQ code generator using Testcontainers
Apache License 2.0
56 stars 9 forks source link

Postgis #24

Closed ekeraghossian closed 1 year ago

ekeraghossian commented 1 year ago

Hi, I need to use this plugin with a postgis database, is there any easy way to achieve that since it is a flavour of postgres?

I made some changes to include postgis in the database type and create a container. But it is failing to pull the postgis image from the container that runs testcontainers.

Regards, Eskandar

romchellis commented 1 year ago

Hi @ekeraghossian , could you create a pull request for MWE? I would see and try to help

zzzLobster commented 1 year ago

Hi @romchellis , I have created a PR for this issue (#32). I thought about making it more strict, like to enable Postgis specifically, but finally decided that it is also good to have ability to use any custom image.

romchellis commented 1 year ago

hi @zzzLobster ,seems ok