Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 327 Bytes

liquibase Docker container

includes driver for Postgres

size of image: around 90MB

intended usage:

FROM chillum/liquibase

COPY sql.xml /liquibase/
# liquibase.properties should be like:
# url: jdbc:postgresql://...
# changeLogFile: sql.xml
COPY liquibase.properties /liquibase/

CMD  liquibase update