scalecube / scalecube-gateway

ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
Apache License 2.0
18 stars 7 forks source link

Require scalecube-services-gateway-runner ARM64 docker image #171

Open odidev opened 3 years ago

odidev commented 3 years ago

I am trying to use scalecube/scalecube-services-gateway-runner docker image over ARM64v8 but it seems it does not have an arm64 supported tag in the docker hub. I have gone through this commit, it shows that the support for service-gateway-runner has been migrated or completely removed.

I have tried finding the source of the docker image but unable to find the latest dockerfile for scalecube/scalecube-services-gateway-runner docker image.

Do you have any plans for releasing an ARM64 supported docker image?

I am happy to help in providing the arm64 support, but as a start can you point to the dockerfile, that is used to build this image..