Building OCI images with Go. No run command yet06/01/2024In the previous post we learned what OCI images are and how they made. In this post we will see how to automate image creation process with golang.Read more
How-to build OCI Image by hands25/12/2023Explore how to build OCI container images using no toolsRead more
Container build tool25/11/2023Recently I decided to learn the Go language. After reading the code in the docker and buildah github repos I thought why not write my own image building tool for educational purposes.Read more