Hacker News new | ask | show | jobs
by Hendrikto 1150 days ago
Building containers within a CI system, for example. CI jobs run as images, with a DinD service attached, which they can use to build images themselves.
1 comments

But even if I run in a container e.g. a Github actions runner I can use buildah to build my image right? So no need for another container. Why is there another layer needed?
You do realize that, under the hood, buildah uses a container engine (runc by default)? See https://github.com/containers/buildah/blob/main/docs/buildah...