philippgille / hello-netcoreapp

Basic .NET Core console application with additional scripts and files for building the app and creating release artifacts for a framework-dependent deployment, self-contained deployment, Docker image, Chocolatey package and AppImage
GNU General Public License v3.0
6 stars 5 forks source link

Create multi-arch Docker images #44

Open philippgille opened 6 years ago

philippgille commented 6 years ago

Instead of having to use tags to differentiate between Docker images for different operating systems and architectures, Docker Hub supports manifests for determining on which OS and arch a docker run command is run and will pull the according Docker image from the registry.

Until now, people used a 3rd-party tool for creating the necessary manifest lists, but Docker will have native support for that feature in the future.

Blocked by: https://github.com/docker/cli/pull/138 German slides that explain the feature: https://www.slideshare.net/stefscherer/bauen-und-verteilen-von-multiarch-docker-images-fr-linux-und-windows