Liquibase with PostgreSQL, MySQL and SQLServer (+Liquibase Extension) support
5.0K
This Docker image includes Liquibase 3.6 and supports the following:
Source Repository: https://github.com/fabiang/docker-liquibase
Example for SQL Server:
docker run --rm -it fabiang/liquibase liquibase \
--changeLogFile=somepath/db.changelog.xml \
--driver=com.microsoft.sqlserver.jdbc.SQLServerDriver \
--url="jdbc:sqlserver://mysqlserverinstance;databaseName=database;integratedSecurity=false;" \
update
Content type
Image
Digest
sha256:3a39fb7db…
Size
134.1 MB
Last updated
over 3 years ago
docker pull fabiang/liquibase