Build a CI workflow in GitHub Actions with Buildah and Podman | Part 4 - How to live without Docker for developers
January 28, 2021
- Categories
- Containers
- Docker
- Buildah
- Podman
- ASP.NET
- dotnet
- GitHub
- GitHub Actions
As you might already know, Kubernetes is going to drop support for Docker. Starting from version 1.20 that was recently released in December 2020 you will see a deprecation warning for Docker. Docker runtime support will be completely removed from Kubernetes in version 1.22 that will be release in late 2021. After that you will need to switch to one of the other compliant container runtimes, like containerd or CRI-O inside your clusters. Despite both containerd and CRI-O know how to pull docker images and run them and Docker Images Manifest V2 and OCI image specification are almost the same, nobody knows how long Docker images will be supported.
As developers, we need to be prepared to build either docker or OCI images in just a one click and get used to living without Docker.
Therefore I decided to create a series of videos with the common title - How to live without Docker for developers.
In the previous episodes I showed you how you can build an image from scratch using the native Buildah commands and how you can push an image manually to Docker Hub and GitHub packages using Buildah.
In this episode
In this episode I will show you how you can automate the process to push an image to a container registry and create a Continuous Integration workflow using Buildah and GitHub Actions. At first, I will push my code to Git repository on GitHub. And then I will create a workflow in GitHub Actions to build my image and push it to GitHub Packages, also known as GitHub Container Registry.
Please check it out and subscribe to my channel to be notified when my new videos will be published.
Link to the video: https://youtu.be/1V33vGXaVQo
Code is already published on my GitHub: https://github.com/anmalkov/simple-app
Thank you in advance.
Recommended content
-
Push an image to Docker Hub and GitHub packages using Buildah | Part 3 - How to live without Docker for developers
January 17, 2021
-
How to live without Docker for developers - Part 2 | Native approach to build an image with Buildah
January 13, 2021
-
How to live without Docker for developers - Part 1 | Migration from Docker to Buildah and Podman
January 09, 2021
-
Install Podman and Buildah on Windows 10 using WSL2
February 09, 2021
-
wsl2 - Install Ubuntu on Windows 10 fast with Windows Terminal
February 07, 2021
-
Use Serilog with Minimal API in .NET 6
November 19, 2021
-
Docker tutorial | What is Docker and how Docker works
February 25, 2021