Skip to content

utensils/docker-nginx

Repository files navigation

Docker Image with NGINX + mod_pagespeed

CircleCI Docker Automated build Docker Pulls Docker Stars

About

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.

Available Docker Images

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

Building

This build is driven by a Makefile, to build the latest image simply run:

make

or to build all images/version run:

make all