pducharme / UniFi-Video-Controller

Docker for Unifi-Video Controller (Ubiquiti Networks)
199 stars 105 forks source link

Add Makefile and improve ease of release and tagging. #65

Closed fryfrog closed 6 years ago

fryfrog commented 6 years ago

This makes the version in the Dockerfile an argument passed at build time, as seen in the Makefile. It should also simplify releases for @pducharme. But that part is basically impossible for me to test. A test of building is in flight now.

This shouldn't be merged until 3.9.2 works and the whole thing is tested.

Based on https://github.com/ctindel/ubiquiti-docker/blob/master/unifi-video/Makefile

fryfrog commented 6 years ago

If you do the branch and tagging and docker hub right, this Makefile is pointless. Punt it if you do. :)

fryfrog commented 6 years ago

No point in doing this, automating w/ hooks and such is a better idea.