dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

I started work on a Waypoint builder plugin for dobi #210

Open Fuco1 opened 3 years ago

Fuco1 commented 3 years ago

Hey @dnephin!

Just an FYI, I started a project https://github.com/Fuco1/waypoint-plugin-dobi to make a builder plugin for HashiCorp Waypoint utilizing dobi to build docker images.

It's a very early stage project and I'm a go noob, but I plan to hack on it to learn and do something useful. Just letting you and the community know so we don't duplicate the efforts.

So far it can build a single image by using the dobi.yaml (basically just shells out). It's basically a very thin wrapper around just calling dobi directly, but provides the ease of use and consistent environment for Waypoint users.

Cheers!