From fb738b6500e99836e68ead1738dbcebe7b7c7a9d Mon Sep 17 00:00:00 2001 From: Joseph Page Date: Tue, 18 Aug 2015 13:08:51 +0200 Subject: [PATCH 1/3] update openresty@1.9.3.1 for alpine flavor --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 26b20ea..222d216 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.2 -ENV OPENRESTY_VERSION 1.7.10.2 +ENV OPENRESTY_VERSION 1.9.3.1 ENV OPENRESTY_PREFIX /opt/openresty ENV NGINX_PREFIX /opt/openresty/nginx ENV VAR_PREFIX /var/nginx From efdd6d7feee2aeb7796bc9f12e5d4196a8971fd8 Mon Sep 17 00:00:00 2001 From: Joseph Page Date: Tue, 18 Aug 2015 13:09:13 +0200 Subject: [PATCH 2/3] update openresty@1.9.3.1 for debian flavor --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index c1a519e..d7df881 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update \ libreadline-dev libncurses5-dev libpcre3-dev libssl-dev \ && rm -rf /var/lib/apt/lists/* -ENV OPENRESTY_VERSION 1.7.10.2 +ENV OPENRESTY_VERSION 1.9.3.1 ENV OPENRESTY_PREFIX /opt/openresty ENV NGINX_PREFIX /opt/openresty/nginx ENV VAR_PREFIX /var/nginx From 71a26a5e5ac054429394d31530348e788b0f73d8 Mon Sep 17 00:00:00 2001 From: Joseph Page Date: Tue, 18 Aug 2015 13:09:33 +0200 Subject: [PATCH 3/3] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4946ba..e8a2a86 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains Dockerfiles for [ficusio/openresty](https://registry.hu ### Flavors -The main one is [Alpine linux](https://registry.hub.docker.com/u/alpinelinux/base/)-based `ficusio/openresty:latest`. Its virtual size is just 39MB, yet it contains a fully functional [OpenResty](http://openresty.org) bundle v1.7.10.2 and [`apk` package manager](http://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), which allows you to easily install [lots of pre-built packages](http://forum.alpinelinux.org/packages). +The main one is [Alpine linux](https://registry.hub.docker.com/u/alpinelinux/base/)-based `ficusio/openresty:latest`. Its virtual size is just 35MB, yet it contains a fully functional [OpenResty](http://openresty.org) bundle v1.9.3.1 and [`apk` package manager](http://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), which allows you to easily install [lots of pre-built packages](http://forum.alpinelinux.org/packages). The other flavor is `ficusio/openresty:debian`. It is based on `debian:wheezy` and thus is much bigger in size (256MB). It is mostly useful for NginX profiling, as it may not be easy to build different profiling tools with [musl libc](http://www.musl-libc.org/), which is used in Alpine Linux.