-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add step to build flyway container (#2593)
* flyway testing * add step to build flyway container * revert back to original docker compose * revert docke compose dev too * undo localhost * update file paths * try copying full flyway folder * use env var * update context path * cleanup * set file separate from context for build release * add step to build Flyway container from TEFCA viewer * add flyway meta data
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM flyway/flyway:10.16-alpine | ||
|
||
COPY ./containers/tefca-viewer/flyway /flyway | ||
|
||
|