Flyway is a database migration tool. This is a docker image that eases setup and use of Flyway.
Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration.
From: Documentation - Flyway • Database Migrations Made Easy.
This docker image is available as an automated build on the docker registry hub, so using it is as simple as running:
$ docker run hbpmip/flyway:5.1.4-0
Run:
$ docker run -i -t --rm -e FLYWAY_DBMS=postgres -e FLYWAY_HOST=`hostname` -v `pwd`/sql:/flyway/sql hbpmip/flyway:5.1.4-0 migrate
where the environment variables are:
In the container, the following directories have special meaning:
Run: ./build.sh
Run: ./tests/test.sh
Run: ./publish.sh
(this project)
Copyright (C) 2017 LREN CHUV
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Initial packaging done by suin [email protected]
Copyright (C) 2016-2017 Boxfuse GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Flyway is a registered trademark of Boxfuse GmbH.
This work has been funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP)
This work is part of SP8 of the Human Brain Project (SGA1).
Content type
Image
Digest
Size
76.4 MB
Last updated
about 8 years ago
docker pull ludovicc/docker-flyway