jakobhviid / Dashboard-Interface-Docker

MIT License
0 stars 0 forks source link

Multiple docker image architecture support #38

Open dstoft opened 3 years ago

dstoft commented 3 years ago

Due to ASP.Net Core runtime requiring a different installation when running on different architectures, then a single Dockerfile cannot be used to support multiple architectures. Therefore, for each architecture that has to be supported, the following has to be implemented:

I am removing the current multiple architectures from the Github action now, and then the image will only support amd64 for now. The dockerhub repository: https://hub.docker.com/_/microsoft-dotnet-aspnet contains information about how a dockerfile should look when using other architectures.

dstoft commented 3 years ago

Related issue on the Dashboard-Server-Docker repository: https://github.com/jakobhviid/Dashboard-Server-Docker/issues/21