Debian packaging for Varnish modules. (Currently only for Ubuntu 18.04.)
- Docker
-
Clone this repository.
-
Download a release of varnish-modules and extract it on top of the clone:
$ tar xzvf varnish-modules-0.15.0.tar.gz -C vmod-build --strip-components=1
-
Build docker image and Debian package:
$ cd vmod-build $ docker build --pull -t vmods .
-
Get the package from the docker image:
$ docker create --name vmods vmods $ docker cp vmods:/usr/src/varnish-modules_0.15.0-1_amd64.changes . $ docker rm vmods