-
so dagger wraps up the invocation and running of a remote module. This module can be in one of the three supported languages right now that does not require any of the runtimes or tools to be installed. That's part of the module that dagger would invoke right?
-
so let's say I have some magefiles and I want to start using that in dagger without requiring any go runtime local. I could either compile the mage file and it would run on the host or I could use dagger to call the content but everything would run inside the container right? If you have an example of where you ported some prior mage content over to this new format, I'd like to see.
-
lastly let's say I have a developer utility. Essentially, I'd be grabbing, the changie binary mounting whatever paths I want, and using the entry point as the changie command?
So if it's a tool that needs to run in the local context, dagger is not the right fit, but if I want it to be contained then dagger is a great fit. Gonna update to latest dagger file and see how this will work in azure repos. Seems really cool!