Skip to content

Commit ab1663e

Browse files
committed
Updated with 8.1.1 - 1610364019
Updated to phusion/baseimage focal-1.0.0
1 parent db94d98 commit ab1663e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phusion/baseimage:0.10.0
1+
FROM phusion/baseimage:focal-1.0.0
22

33
#########################################
44
## SET LABELS ##
@@ -44,7 +44,7 @@ RUN \
4444
echo "**** Install latest Logitech Media Server package ****" && \
4545
os=$(dpkg --print-architecture) && \
4646
if [ "$os" = "armhf" ]; then os=arm; fi &&\
47-
url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os" && \
47+
url="http://www.mysqueezebox.com/update/?version=8.1.1&revision=1&geturl=1&os=deb$os" && \
4848
latest_lms=$(wget -q -O - "$url") && \
4949
mkdir -p /sources && \
5050
cd /sources && \

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[appurl]: http://downloads.slimdevices.com/nightly/index.php?ver=7.9
1+
[appurl]: https://downloads.slimdevices.com/LogitechMediaServer_v8.1.1/
22
[hub]: https://hub.docker.com/r/logicwar/logitechmediaserver/
33
[lms_wikipedia]: https://en.wikipedia.org/wiki/Logitech_Media_Server
44
[wiki]: http://wiki.slimdevices.com/index.php/Logitech_Media_Server
55
[tz_wikipedia]:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
66

77
# [Docker Container for Logitech Media Server][hub]
88

9-
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server 7.9.2 build. [Nightly][appurl]
9+
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server [8.1.1 build][appurl].
1010

1111
Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices), developed in particular to support their Squeezebox range of digital audio receivers. [Wikipedia][lms_wikipedia] / [Official Squeezebox site][wiki]
1212

@@ -65,6 +65,7 @@ Click on the upgrade link which will take you to the LMS updates page. Alternati
6565
To follow the instruction of the information page, you will need to open a terminal session on your running docker container: `docker exec -it lms /bin/bash`. When all steps have been followed you will need to stop and restart the container.
6666

6767
## Versions
68+
+ **V0.4** Updated with 8.1.1 - 1610364019 and phusion/baseimage focal-1.0.0
6869
+ **V0.3** Updated with 7.9.2-1545144292
6970
+ **V0.2** Updated with 7.9.1-1517314665
7071
+ **V0.1** Initial Release 7.9.1-1516947667

0 commit comments

Comments
 (0)