Skip to content

Files

Latest commit

 

History

History
48 lines (34 loc) · 893 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 893 Bytes

openresty

Openresty + luarocks + lua autossl upon MetaBrainz base image (includes consul-template)

https://hub.docker.com/r/metabrainz/docker-openresty/

Dependencies

Upgrading/building

Update dependencies versions in Dockerfile Don't forget to change version in LABEL org.metabrainz.openresty.version

Test building:

echo vA.B.C.D-E > VERSION
make

Commit changes, tag and push a new version:

git add VERSION
git commit -m "Bump version to $(cat VERSION)"
git tag "$(cat VERSION)"
git push origin "$(cat VERSION)"
make

Push to docker hub

make docker_push

Push a release to docker hub

make release