[ 
https://issues.apache.org/jira/browse/FINERACT-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109244#comment-17109244
 ] 

Michael Vorburger commented on FINERACT-983:
--------------------------------------------

> It's because the .git/** doesn't get copied into the container. We should 
> {{ADD}} it, I guess?

That's actually just because of what we have (I put..) in our Dockerfile, with 
the many separate {{ADD}}? And/or because (I did) have {{.git/*}} in 
{{.dockerignore}}? I've measured how important those two things are, I think we 
can remove them, because, as-is right now on develop without changes, {{time 
podman-compose build}} for me takes:

{noformat}
real  5m1.874s
user  2m34.756s
sys   2m9.770s{noformat}

and with both of above removed it takes:

{noformat}real  10m55.046s
user    6m49.326s
sys     5m59.992s{noformat}

which is obviously a very noticeable difference! :( To get this working 
however, it may be worth it? Unless someone has a better idea...

> /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)

Reply via email to