<div dir="ltr">Hi, All.<br><br>I've been struggling for a long time to deploy VMOD in my environment.<br>So I created a tool to build a VMOD package easily.<br>The Package is intended to be installed in its own environment, and supports deb and rpm.<br><br><br>```<br>xcir@build01:~/git/vmod-packager$ ./vmod-packager.sh -d focal -v 7.0.0 -e 0.19 varnish-modules<br>...<br>##################################################<br>        docker image: vmod-packager/focal:7.0.0-1<br>                Dist: focal<br>     Varnish Version: 7.0.0<br>         Varnish VRT: 140<br>           VMOD name: varnish-modules<br>        VMOD Version: 140.0.19<br>              Status: SUCCESS<br><br>xcir@build01:~/git/vmod-packager$ ls pkgs/debs/varnish-modules/<br>varnish-modules_140.0.19~focal-1_amd64.build      varnish-modules_140.0.19~focal-1_amd64.changes  varnish-modules-dbgsym_140.0.19~focal-1_amd64.ddeb<br>varnish-modules_140.0.19~focal-1_amd64.buildinfo  varnish-modules_140.0.19~focal-1_amd64.deb<br>```<br><br>It's still under development, but I think it will work.<br><br><a href="https://github.com/xcir/vmod-packager">https://github.com/xcir/vmod-packager</a><br><div><br></div><div>Regards,</div><div><br></div><div>--<br>Shohei Tanaka(@xcir)<br><a href="https://blog.xcir.net/">https://blog.xcir.net/</a> (JP)<br></div></div>