ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
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..
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..