A Drone plugin for Liquibase for database schema version control and change management.
10K+
A Drone plugin for Liquibase built on top of liquibase/liquibase official docker image for database schema version control and change management
linux-amd64, linux-arm64docker run --rm -v :/liquibase/changelog -e PLUGIN_LIQUIBASE_URL="jdbc:sqlserver://:1433;database=;" -e PLUGIN_LIQUIBASE_CHANGELOG_FILE=com/example/changelog.xml -e PLUGIN_LIQUIBASE_USERNAME= -e PLUGIN_LIQUIBASE_PASSWORD= -e PLUGIN_SEARCH_PATH='/liquibase/changelog' -e PLUGIN_COMMAND='update' harnesscommunity/drone-liquibase:linux-amd64
PLUGIN_COMMAND: This specifies the liquibase command to run. The above example runs the liquibase update command
Content type
Image
Digest
sha256:53cc1cc9f…
Size
206.2 MB
Last updated
1 day ago
docker pull harnesscommunity/drone-liquibase:1.41.3-4.33-linux-mongo-amd64