dockerfile for building Multiarchitecture FusionAuth container for use with docker.
this is a dockerfile that builds a fusionauth instance for multiple architectures and pushes the multi-arch docker container to dockerhub.
Use the below command to build the containers, make sure to adjust the version and the target-repo!
docker buildx build --build-arg FUSIONAUTH_VERSION=1.17.5 --force-rm --platform linux/arm/v7,linux/arm64,linux/amd64 -t jerryhopper/fusionauth-app:1.17.5 --push .
https://hub.docker.com/repository/docker/jerryhopper/fusionauth-app