8000 GitHub - eduramiba/postgres-flyway: Docker image with postgres and auto-executed flyway migrations for integration testing purposes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eduramiba/postgres-flyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Docker image with postgres and auto-executed flyway migrations for integration testing purposes.

Postgres version: 17.4 Flyway version: 11.7.2

How to use

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

About

Docker image with postgres and auto-executed flyway migrations for integration testing purposes

Resources

Stars

Watchers

Forks

Packages

No packages published
0