In this tutorial you can learn, that how you can creating a multi-arch docker image and push it to your docker registry. I will push my multi architecture docker image to DockerHub. I will also describe the old way to do it, but buildx is a very helpful (but experimental) tool to do it with a single command.
Tutorial repository: https://gitlab.com/codeching/multi-ar...
You can read about how to build multi-arch images here: https://www.docker.com/blog/multi-arc...
You can read how to use buildx inside Gitlab CI/CD pipeline here: https://www.docker.com/blog/multi-arc...
Old way of building multi-arch images manually: https://www.docker.com/blog/multi-arc...
00:00 - Intro
00:28 - Multi-arch docker images (buildx)
01:10 - The old way to build multi architecture docker images
01:51 - Let's do it - creating an own builder and build the image
03:05 - Describe the Dockerfile and sample application
05:35 - Check the multi-arch image on DockerHub
06:15 - Building a multi-arch docker image inside a CI/CD pipeline
07:00 - Summary
------------------------------
My name is László Leber
Webpage: https://lebersoftware.hu
Facebook: https://www.facebook.com/Codeching-11...
Twitter: / codeching