ngx_pagespeed Dockerfile for Alpine, based on wernight/docker-alpine-nginx-pagespeed
This image is based on Alpine Linux version 3.4
Custom built beta release tarball of mod-pagespeed (mod-pagespeed-beta-1.12.34.3.tar.bz2 uploaded in this repo). This custom tarball includes the upgraded GRPC version(1.4.5) which is required for the Alpine build.
Stable ngx-pagespeed version 1.12.34.3 fetched from ngx pagespeed archive.
Stable NGINX version 1.12.1 fetched from nginx.org .
$ docker build -t <image_tag> -f <dockerfile_path> .
Refer this for additional options.
$ docker run -d -p 80:80 <image_tag>
Refer this for additional options.
- Update the Dockerfile to use the official mod-pagespeed release tarball once it is available and published.
- Support Alpine Linux version 3.6