You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Kristof Jozsa (Jira)" <ji...@apache.org> on 2021/10/14 15:49:00 UTC

[jira] [Created] (FINERACT-1408) Add a unix shell to the Fineract Docker image

Kristof Jozsa created FINERACT-1408:
---------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)