Hi Team,
I am working on building docker image for Linux/ARM64 for following packages
microservices-demo/shipping and microservices-demo/queue-master but it uses msd-java as base image which also doesn’t have arm64 supported tag in docker hub.
Although, I have explored that you are using boxbuilder/box image in the Makefile. Unfortunately, the associated repo has been archived by its owner.
IMO, if we use Dockerfile instead of boxfile we could add support for arm64 architecture using buildx .
Do you have any plans for releasing arm64 image?
Please share your thoughts on this, I am happy to raise a PR.