You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Aleksandar Vidakovic (Jira)" <ji...@apache.org> on 2021/11/28 00:32:00 UTC

[jira] [Updated] (FINERACT-1446) Docker image build with Jib

     [ https://issues.apache.org/jira/browse/FINERACT-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandar Vidakovic updated FINERACT-1446:
-------------------------------------------
    Description: 
* introduce proper Docker builds via Google Jib plugin
 * we are doing too much in one build file (fineract-provider); ditching the WAR build and moving it to a separate module; this way Jib is properly working
 * closely related: replace the Tomcat Cargo, because the setup is brittle and strictly speaking we are not testing our main deliverable (single JAR Spring Boot app), but the outdated WAR file
 * external dependency on Mysql (i. e. our Github workflow can run on Ubuntu 20.04... or any other OS for that matter); and we can test on dev machines without a long laundry list of setup steps

> Docker image build with Jib
> ---------------------------
>
>                 Key: FINERACT-1446
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1446
>             Project: Apache Fineract
>          Issue Type: Task
>          Components: Build
>    Affects Versions: 1.6.0
>            Reporter: Aleksandar Vidakovic
>            Assignee: Aleksandar Vidakovic
>            Priority: Major
>
> * introduce proper Docker builds via Google Jib plugin
>  * we are doing too much in one build file (fineract-provider); ditching the WAR build and moving it to a separate module; this way Jib is properly working
>  * closely related: replace the Tomcat Cargo, because the setup is brittle and strictly speaking we are not testing our main deliverable (single JAR Spring Boot app), but the outdated WAR file
>  * external dependency on Mysql (i. e. our Github workflow can run on Ubuntu 20.04... or any other OS for that matter); and we can test on dev machines without a long laundry list of setup steps



--
This message was sent by Atlassian Jira
(v8.20.1#820001)