Skip to content

metabrainz/docker-openresty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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