Comment on Earthly – Makefile Meets DockerfileparentComments−cpitman6yThat sounds like Buildah (https://github.com/containers/buildah/blob/master/README.md).Buildah can work with standard Dockerfiles, but it can also do a lot more. For example, you can mount the container filesystem, modify it (say using make), then use those updates as a new layer.
Comments
That sounds like Buildah (https://github.com/containers/buildah/blob/master/README.md).
Buildah can work with standard Dockerfiles, but it can also do a lot more. For example, you can mount the container filesystem, modify it (say using make), then use those updates as a new layer.