I have watched your presentation on youtube (here )
what is the benefit of doing what you suggest in this video (which is to daggerize docker files), instead of just "Build image from Dockerfile" from dagger like suggested here in official documentation
Thank you.
Sam introduces Docker2Dagger, a tool that converts Dockerfiles into fully functional Dagger modules using AI. By leveraging an LLM, it translates Dockerfile syntax into Go-based Dagger pipelines, making it easy to bootstrap new modules. The demo walks through a real-world example, showing how to generate, modify, and run the resulting module sea...