Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Work in progress. To be changed

See the Avalon 7.1 2 release notes for more information.

Requirements

...

4. Update configuration, see Config changes above

5. Restart passenger (if using)

...

Code Block
languagebash
git checkout master
git pull

Pull or Rebuild new Avalon containerimage

Code Block
languagebash
docker-compose pull avalon
# or docker-compose build --no-cache avalon

Check config changes then replace the Avalon containers

Code Block
languagebash
docker-compose up avalon worker

Note

You can also build your own 7.2 image by checking out the master branch of avalon repo then

Code Block
languagebash
docker build . -t avalonmediasystem/avalon:7.2 --target=prod