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 website content on top of the
nginx
image and push it to a registry like
gcr.io
using a Go program.
Read More →