You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Dockerfile, which uses a different ASP.Net Core runtime installation.
Github action, which uses the new Dockerfile
Dockerhub tag, the Github action will push to a new tag, because it is not possible to build multiple images using different Dockerfiles and then push them to the same docker image tag.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: