Describe the Enhancement
I am trying to run the floresta Docker image on an arm64 environment, but the only image currently available on Docker Hub is dlsz/floresta for linux/amd64. This creates compatibility issues on my setup unless I build the image from source.
Use Case
My Use Case
I am deploying floresta in a Kubernetes cluster running on ARM CPUs. A prebuilt Docker image for arm64 would simplify the deployment process. I am also creating a Helm chart to make it easier for others to install floresta in any Kubernetes cluster using a few commands.
One of the reasons I use Kubernetes is to avoid managing containers or VMs manually. Requiring a manual build step defeats that benefit.
Other Use Cases
Other users running on arm64 systems (such as Apple Silicon Macs, Raspberry Pi, etc.) may want to:
- Run
floresta with Docker or Docker Compose
- Avoid compiling the project from source
Additional Context
I attempted to emulate arm64 using BuildKit, but ran into complex errors. Instead, I built the image on a native arm64 machine and published it here.
What I am looking for in the Vinteum registry is a multi-architecture manifest that supports both amd64 and arm64 platforms.
Describe the Enhancement
I am trying to run the
florestaDocker image on anarm64environment, but the only image currently available on Docker Hub isdlsz/florestaforlinux/amd64. This creates compatibility issues on my setup unless I build the image from source.Use Case
My Use Case
I am deploying
florestain a Kubernetes cluster running on ARM CPUs. A prebuilt Docker image forarm64would simplify the deployment process. I am also creating a Helm chart to make it easier for others to installflorestain any Kubernetes cluster using a few commands.One of the reasons I use Kubernetes is to avoid managing containers or VMs manually. Requiring a manual build step defeats that benefit.
Other Use Cases
Other users running on
arm64systems (such as Apple Silicon Macs, Raspberry Pi, etc.) may want to:florestawith Docker or Docker ComposeAdditional Context
I attempted to emulate
arm64using BuildKit, but ran into complex errors. Instead, I built the image on a nativearm64machine and published it here.What I am looking for in the Vinteum registry is a multi-architecture manifest that supports both
amd64andarm64platforms.