Openresty + luarocks + lua autossl upon MetaBrainz base image (includes consul-template)
https://hub.docker.com/r/metabrainz/docker-openresty/
- make
- https://openresty.org/en/download.html
- https://www.openssl.org/source/
- http://www.pcre.org/
- https://github.com/luarocks/luarocks/wiki/Download
- https://luarocks.org/modules/gui/lua-resty-auto-ssl
Update dependencies versions in Dockerfile
Don't forget to change version in LABEL org.metabrainz.openresty.version
echo vA.B.C.D-E > VERSION
make
git add VERSION
git commit -m "Bump version to $(cat VERSION)"
git tag "$(cat VERSION)"
git push origin "$(cat VERSION)"
make
make docker_push
make release