Forwarded from DevOps drawer
Ahmet Alp Balkan
Building container images in Go
In this article, I’ll explain how to build OCI container images without using Docker by building the layers and image manifests programmatically using the go-containerregistry module. As an example, I’ll build a container image by adding some static...