[
https://issues.apache.org/jira/browse/FINERACT-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kristof Jozsa updated FINERACT-1408:
------------------------------------
Description:
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).
was:
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.
> 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
>
> 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.3.4#803005)