grantmacken / alpine-openresty

[WIP] minimal docker image for openresty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[WIP] minimal docker image for openresty


Languages

Language:Dockerfile 69.6%Language:Makefile 27.3%Language:Shell 3.1%