earthly

Build automation tool for containerized applications

brewmacoslinux
Try with needOr install directly
Source

About

Build automation tool for the container era

Commands

earthly

Examples

Build a target defined in Earthfile$ earthly +build
Build and push Docker image$ earthly --push +docker
Run a specific target with variables$ earthly --build-arg VERSION=1.0 +release