/alpine-openresty

[WIP] minimal docker image for openresty

Primary LanguageDockerfile

This repo provides a base image from which I create my development and production images

It has some minor adjustments to official openresty alpine image

As well as building openresty, the image contains some stuff I find useful

Available on dockerhub

dockeri.co

Note: The provided docker versions of openresty compile luajit with the SSE_4.2 instruction set

grep flags  /proc/cpuinfo | grep -o sse4_2

However if you pull and try to run on an older computer openresty without the SSE_4.2 instruction set like the AMD's Barcelona CPU then you are out of luck.