Docker image with postgres and auto-executed flyway migrations for integration testing purposes.
Postgres version: 17.4 Flyway version: 11.7.2
Inherit from this image in a dockerfile like this:
FROM eduramiba/postgres-flyway:17.3
#jar with migrations in SQL or java
COPY *.jar /flyway/jars/
COPY conf/flyway.conf /flyway/conf