This is a Docker container for NGINX + mod_pagespeed. This container build is nearly identical to the official nginx docker image, the only difference is the inclusion of the pagespeed module.
Image Name | Description |
---|---|
utensils/nginx:latest | The latest release of nginx |
utensils/nginx:stable | The stable release of nginx |
utensils/nginx:1.17.1 | nginx 1.17.1 |
utensils/nginx:1.16.0 | nginx 1.16.0 |
utensils/nginx:1.15.8 | nginx 1.15.8 |
This build is driven by a Makefile
, to build the latest image simply run:
make
or to build all images/version run:
make all