OpenWISP
[high-impact][release] automating releases
The make publish
command helps me to put the docker images on docker hub, but that's not enough, we want use Makefile
to be able:
- Tag the new release with a version number, example
openwisp/openwisp-base:0.1.0
(Images withlatest
tag should also be uploaded.) - User to easily upload images in their own docker hub account, example
atb00ker/openwisp-base:0.1.0
- Release nightly image directly from the master branch as
openwisp/openwisp-base:nightly
- Upload the nightly images to github releases as well. (Automatically from master branch.)
Task tags
Students who completed this task
marfgold1