ned-kelly / docker-multicontainer-libretime

A multi-container deployment of the Libretime Radio Broadcast Server, PostgreSQL, Icecast2 & RabbitMQ, all based on Ubuntu Xenial & Alpine Linux!
56 stars 22 forks source link

Pin Silan version in Docker Build #4

Closed ned-kelly closed 5 years ago

ned-kelly commented 5 years ago

See: https://github.com/LibreTime/libretime/issues/197 for details - Silian needs to be pinned to exact known working version for now - not latest build from Apt Repos.

References: https://github.com/ned-kelly/docker-multicontainer-libretime/issues/1

frecuencialibre commented 5 years ago
wget -qO- http://download.opensuse.org/repositories/home:/hairmare:/silan/Debian_7.0/Release.key   | apt-key add -
echo 'deb http://download.opensuse.org/repositories/home:/hairmare:/silan/xUbuntu_16.04 ./'   > /etc/apt/sources.list.d/hairmare_silan.list
apt-get update
apt-get install silan
frecuencialibre commented 5 years ago

actually i think Liquidsoap 1.3.3 is in Debian sid already. @paddatrapper would know

paddatrapper commented 5 years ago

Yup, it is. And in Debian testing. I'm working on getting 1.3.4 uploaded before the freeze in Jan for the next stable release

frecuencialibre commented 5 years ago

Add a script to reprocess silan on all files: https://github.com/LibreTime/libretime/pull/324

ned-kelly commented 5 years ago

Closed - https://github.com/ned-kelly/docker-multicontainer-libretime/pull/18 is now in the Docker Hub image.