Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple docker image architecture support #21

Open
dstoft opened this issue Feb 19, 2021 · 1 comment
Open

Multiple docker image architecture support #21

dstoft opened this issue Feb 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@dstoft
Copy link
Collaborator

dstoft commented Feb 19, 2021

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.

@dstoft dstoft added the enhancement New feature or request label Feb 19, 2021
@dstoft
Copy link
Collaborator Author

dstoft commented Feb 19, 2021

Multiple architecture support removed in: 9df472f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant