Re: Get fineract docker image for kubernetes deployment

2019-10-18 Thread Yemdjih Kaze Nasser
Thanks, that did it. If things go well i should be able to make a PR for
this soon


On Thu, 17 Oct 2019 at 12:31, Michael Vorburger  wrote:

> On Thu, Oct 17, 2019 at 1:05 PM Yemdjih Kaze Nasser 
> wrote:
>
>> I would like to get the fineract docker image to work in my kubernetes
>> cluster but it does not seem to detect the image
>>
>> This a sample configuration of the deployment.yaml
>> 
>>
>> I get this error:
>>
>> Failed to pull image "fineract": rpc error: code = Unknown desc = Error
>> response from daemon: pull access denied for fineract, repository does not
>> exist or may require 'docker login'
>>
>> OR
>>
>> Failed to pull image "fineract:latest": rpc error: code = Unknown desc =
>> Error response from daemon: pull access denied for fineract, repository
>> does not exist or may require 'docker login'
>>
>> I need help troubleshooting this
>>
>
>
> https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose
>
> https://hub.docker.com/r/apache/fineract
>
> So you need to use "apache/fineract" instead of "fineract"
>
> Best of luck!
>


Re: Get fineract docker image for kubernetes deployment

2019-10-17 Thread Michael Vorburger
On Thu, Oct 17, 2019 at 1:05 PM Yemdjih Kaze Nasser 
wrote:

> I would like to get the fineract docker image to work in my kubernetes
> cluster but it does not seem to detect the image
>
> This a sample configuration of the deployment.yaml
> 
>
> I get this error:
>
> Failed to pull image "fineract": rpc error: code = Unknown desc = Error
> response from daemon: pull access denied for fineract, repository does not
> exist or may require 'docker login'
>
> OR
>
> Failed to pull image "fineract:latest": rpc error: code = Unknown desc =
> Error response from daemon: pull access denied for fineract, repository
> does not exist or may require 'docker login'
>
> I need help troubleshooting this
>

https://github.com/apache/fineract/#instructions-to-run-using-docker-and-docker-compose

https://hub.docker.com/r/apache/fineract

So you need to use "apache/fineract" instead of "fineract"

Best of luck!


Get fineract docker image for kubernetes deployment

2019-10-17 Thread Yemdjih Kaze Nasser
I would like to get the fineract docker image to work in my kubernetes
cluster but it does not seem to detect the image

This a sample configuration of the deployment.yaml


I get this error:

Failed to pull image "fineract": rpc error: code = Unknown desc = Error
response from daemon: pull access denied for fineract, repository does not
exist or may require 'docker login'

OR

Failed to pull image "fineract:latest": rpc error: code = Unknown desc =
Error response from daemon: pull access denied for fineract, repository
does not exist or may require 'docker login'

I need help troubleshooting this