[
https://issues.apache.org/jira/browse/FINERACT-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Petri Tuomola resolved FINERACT-1408.
-------------------------------------
Fix Version/s: 1.6.0
Resolution: Fixed
> Add a unix shell to the Fineract Docker image
> ---------------------------------------------
>
> Key: FINERACT-1408
> URL: https://issues.apache.org/jira/browse/FINERACT-1408
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Kristof Jozsa
> Priority: Minor
> Fix For: 1.6.0
>
>
> The current fineract Dockerfile uses {{gcr.io/distroless/java:11}} as the
> base image, which does not seem to have {{bash}} or any other usable shell.
> Having no shell makes it really hard to debug anything _inside_ the docker
> image - eg. I'm putting together a Kubernetes configuration with Configmap
> exporting environment variables, and it's about impossible to see what's
> going on inside the container without a shell.
> Please consider adding a shell, or using a docker base image which has one
> already (eg. the official {{openjdk:11}} image could work just fine).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)