hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.09k stars 2.77k forks source link

OS template cannot be detected for the selected hasura/graphql-engine:latest image at Jelastic PAAS #5597

Open niklabh opened 4 years ago

niklabh commented 4 years ago

When trying to create hasura image on Jelastic PAAS service realcloud.in getting error

OS template cannot be detected for the selected hasura/graphql-engine:latest image

tirumaraiselvan commented 4 years ago

Hasura standard image is built with busybox.

You can check this issue for a custom OS image: https://github.com/hasura/graphql-engine/issues/4837

ihorman commented 4 years ago

I would recommend you to run Docker Engine inside Jelastic and then run Hasura inside of it. Docker Engine is also available in Jelastic Marketplace.

sych74 commented 4 years ago

There are two possible options available for getting it up and running within Jelastic:

You can find the difference and benefits of the each option at the referred links above.