### Here we are going to define the design of builder ## Goals: - implement a CLI with a separated API which provides a way to generate compact Docker images with metacall runtime - it must be run under rootless and daemonless inside a Dockerized environment - it has to be efficient and sandboxed producing compact images both in terms of size and dependencies
Here we are going to define the design of builder
Goals: