sameersbn / docker-wowza

Dockerfile to containerize Wowza Streaming Engine
MIT License
64 stars 42 forks source link

Upgrade to Wowza 4.4.1 #17

Open mtneug opened 8 years ago

mtneug commented 8 years ago

This upgrades Wowza to version 4.4.1.

rainabba commented 8 years ago

Definitely doesn't hurt that we help keep :current "current", but I realized that you can use WOWZA_VERSION when you run and by declaring the current version that Wowza has released, you can upgrade in-place as you launch.

mtneug commented 8 years ago

This should actually be not possible when you normally start an image. The Wowza installer is fetched during image build when prepare.sh is run. When a container is started, this installer will be used. You would have to rerun prepare.sh if you want to update the version.