Building and Maintaining an Open Container Image Distribution
Intro I’ve been working on the JustEnough project on and off for the last several years. It started after examining upstream container images and realizing they could be a lot simpler. After watching a presentation from Brian Harrington of CoreOS fame, I started using Buildroot to create a minimal root filesystem that got imported into the container image. This worked great for a single container image, but got unwieldy when building multiple container images. ...