jerryhopper / fusionauth-app-multiarch

FusionAuth Community build. Dockerfile for building a true multiarchitecture FusionAuth container for use with docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fusionauth-app-multiarch

dockerfile for building Multiarchitecture FusionAuth container for use with docker.

What is this?

this is a dockerfile that builds a fusionauth instance for multiple architectures and pushes the multi-arch docker container to dockerhub.

Usage

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 .

Dockerhub

https://hub.docker.com/repository/docker/jerryhopper/fusionauth-app

Github

https://github.com/jerryhopper/fusionauth-app-multiarch

About

FusionAuth Community build. Dockerfile for building a true multiarchitecture FusionAuth container for use with docker.


Languages

Language:Dockerfile 89.2%Language:Shell 10.8%