[
https://issues.apache.org/jira/browse/FINERACT-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109247#comment-17109247
]
Michael Vorburger commented on FINERACT-983:
--------------------------------------------
Adding {{*.jar}} and {{*.war}} to {{.dockerignore}} makes no difference, at
least to {{podman-compose build}}.
My {{.git/}} is 69 MB (and 59 MB after a {{git gc}}), which explains that
difference - it takes 5' extra time to shuffle that into the container.
On build systems, it going to be much less if they use FINERACT-911 (a .git/
from a {{clone --depth 1 --no-tags --branch develop}} is only 6 MB), so let's
do this.
> /actuator/info is empty in container
> ------------------------------------
>
> Key: FINERACT-983
> URL: https://issues.apache.org/jira/browse/FINERACT-983
> Project: Apache Fineract
> Issue Type: Bug
> Reporter: Michael Vorburger
> Assignee: Michael Vorburger
> Priority: Major
> Fix For: 1.4.0
>
>
> [https://demo.fineract.dev/fineract-provider/actuator/info] is empty -
> FINERACT-883 does not work there. It does work locally though. The difference
> is that Fineract.dev uses the container. The /actuator/info is empty in the
> container.
> It's because the .git/** doesn't get copied into the container. We should
> {{ADD}} it, I guess?
> FINERACT-911 is an indirectly related problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)